summaryrefslogtreecommitdiff
path: root/tests/db_functions/math/test_round.py
Commit message (Expand)AuthorAgeFilesLines
* Refs #33476 -- Reformatted code with Black.django-bot2022-02-071-28/+31
* Fixed #31487 -- Added precision argument to Round().Nick Pope2021-03-291-1/+77
* Used more specific unittest assertions in tests.Nick Pope2019-10-291-7/+7
* Simplified test_transform()s in db_functions.math.Mariusz Felisiak2019-03-141-2/+2
* Fixed #29500 -- Fixed SQLite function crashes on null values.Srinivas Reddy Thatiparthy2018-09-101-0/+5
* Fixed #29658 -- Registered model lookups in tests with a context manager.Srinivas Reddy Thatiparthy (శ్రీనివాస్ రెడ్డి తాటిపర్తి)2018-08-211-4/+2
* Refs #28643 -- Added math database functions.Junyi Jiao2018-07-051-0/+50