﻿id	summary	reporter	owner	description	type	status	component	version	severity	resolution	keywords	cc	stage	has_patch	needs_docs	needs_tests	needs_better_patch	easy	ui_ux
32592	Add places argument to Round database function.	Nick Pope	Nick Pope	"For whatever reason [https://github.com/django/django/pull/9622#discussion_r165426686 this review comment] was never followed up on and `Round()` doesn't support providing a second argument for the number of places to round to.
This is frustrating as it rather limits the use of `Round()`.

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."	New feature	closed	Database layer (models, ORM)	dev	Normal	duplicate	database function, round, decimal places		Unreviewed	1	0	0	0	0	0
