summaryrefslogtreecommitdiff
path: root/tests/admin_utils
AgeCommit message (Collapse)Author
2015-06-18Fixed #24962 -- Added newline to characters escaped by ↵Tim Graham
contrib.admin.utils.quote() Thanks alito for the report and patch.
2015-06-04Fixed #24474 -- Allowed configuring the admin's empty change list value.Loek van Gent
2015-04-14Fixed #24593 -- Fixed number formatting of readonly IntegerFields in the admin.Eric Rouleau
2015-04-14Added tests with number fields for admin.utils.display_for_field().Eric Rouleau
2015-02-06Sorted imports with isort; refs #23860.Tim Graham
2014-12-31Renamed tests for util -> utils moves; refs #17627.Tim Graham