Arthur de Jong

Open Source / Free Software developer

summaryrefslogtreecommitdiffstats
path: root/tests/admin_utils
Commit message (Collapse)AuthorAgeFilesLines
* Fixed #25668 -- Misc spelling errorsVille Skyttä2015-11-031-1/+1
|
* Fixed #25348 -- Removed unused gif/png images from ↵elky2015-09-041-1/+1
| | | | contrib.admin.
* Fixed #20597 -- Replaced admin GIF/PNG icons by SVGelky2015-08-271-1/+1
|
* Fixed #25160 -- Moved unsaved model instance data loss ↵Tim Graham2015-08-101-3/+3
| | | | | | | | | check to Model.save() This mostly reverts 5643a3b51be338196d0b292d5626ad43648448d3 and 81e1a35c364e5353d2bf99368ad30a4184fbb653. Thanks Carl Meyer for review.
* Fixed #21127 -- Started deprecation toward requiring ↵Flavio Curella2015-07-281-6/+11
| | | | on_delete for ForeignKey/OneToOneField
* Fixed #24962 -- Added newline to characters escaped by ↵Tim Graham2015-06-181-1/+4
| | | | | | contrib.admin.utils.quote() Thanks alito for the report and patch.
* Fixed #24474 -- Allowed configuring the admin's empty ↵Loek van Gent2015-06-051-20/+22
| | | | change list value.
* Fixed #24593 -- Fixed number formatting of readonly ↵Eric Rouleau2015-04-141-0/+6
| | | | IntegerFields in the admin.
* Added tests with number fields for ↵Eric Rouleau2015-04-141-1/+17
| | | | admin.utils.display_for_field().
* Sorted imports with isort; refs #23860.Tim Graham2015-02-061-6/+10
|
* Renamed tests for util -> utils moves; refs #17627.Tim Graham2014-12-313-0/+425