All core backends support both a single and two- argument form of
`ROUND()`. The second argument is the number of decimal places to round
to. All backends, other than SQLite, also support a negative integer being
provided here for rounding to the left of the decimal point.
--
Ticket URL: <https://code.djangoproject.com/ticket/32592>
Django <https://code.djangoproject.com/>
The Web framework for perfectionists with deadlines.
* owner: nobody => Nick Pope
* has_patch: 0 => 1
Comment:
[https://github.com/django/django/pull/14178 PR]
--
Ticket URL: <https://code.djangoproject.com/ticket/32592#comment:1>
* status: assigned => closed
* resolution: => duplicate
Comment:
Duplicate of #31487.
--
Ticket URL: <https://code.djangoproject.com/ticket/32592#comment:2>
Comment (by Nick Pope):
Sorry for the duplicate, my search in Trac came up with nothing.
--
Ticket URL: <https://code.djangoproject.com/ticket/32592#comment:3>