summaryrefslogtreecommitdiff
path: root/tests/admin_util
Commit message (Expand)AuthorAgeFilesLines
* Removed admin_util test dependency on contrib.sitesClaude Paroz2014-12-232-3/+10
* Converted a SimpleTestCase that creates data to TestCase.Thomas Chaumeny2014-12-041-2/+2
* Fixed #10811 -- Made assigning unsaved objects to FK, O2O, and GFK raise Valu...Anubhav Joshi2014-06-051-1/+2
* Fixed #22018 -- Fixed checks for ModelAdmin.fields not handling sub-lists.Aaron France2014-02-151-2/+13
* Fixed #21846 -- Made NestedObjects handle related_name with %(app_label)s or ...Loic Bistuer2014-01-222-1/+26
* PEP8 cleanupJason Myers2013-11-022-3/+8
* Fixed E221 pep8 warnings.Tim Graham2013-10-221-3/+2
* Fixed #17627 -- Renamed util.py files to utils.pyTim Graham2013-09-161-1/+1
* Removed most of absolute_import importsClaude Paroz2013-07-291-1/+1
* Fixed #20805 -- Removed an extra colon beside checkboxes in the admin.Tim Graham2013-07-261-2/+2
* Fixed #18134 -- BoundField.label_tag now includes the form's label_suffixGabe Jackson2013-06-101-2/+2
* Fixed #11725 -- Made possible to create widget label tag without "for"Claude Paroz2013-05-251-12/+11
* Fixed #17308 -- Enabled the use of short_description on properties in the admin.Wiktor Kolodziej2013-05-211-0/+14
* Merged regressiontests and modeltests into the test root.Florian Apolloner2013-02-263-0/+364