summaryrefslogtreecommitdiff
path: root/tests/admin_checks/tests.py
Commit message (Expand)AuthorAgeFilesLines
* Fixed #23395 -- Limited line lengths to 119 characters.Dražen Odobašić2015-09-121-6/+14
* Fixed #25374 -- Made ModelAdmin checks work on instances instead of classes.Malcolm Box2015-09-111-58/+55
* Fixed #25267 -- Corrected message for admin.E122 system check.Fabrizio Ettore Messina2015-08-131-0/+16
* Fixed #25206 -- Fixed error message when checking a ModelAdmin fieldset's fie...Alasdair Nicol2015-08-031-4/+4
* Refs #24652 -- Used SimpleTestCase where appropriate.Simon Charette2015-05-201-2/+2
* Fixed #24146 -- Allowed model._meta.get_field() to be used after apps.models_...Daniel Pyrathon2015-02-101-0/+17
* Sorted imports with isort; refs #23860.Tim Graham2015-02-061-1/+1
* Removed support for admin validators per deprecation timeline; refs #16905.Tim Graham2015-01-181-22/+1
* Fixed #24089 -- Added check for when ModelAdmin.fieldsets[1]['fields'] isn't ...Muthiah Annamalai2015-01-121-0/+49
* Applied ignore_warnings to Django testsClaude Paroz2014-12-301-15/+11
* Fixed #23497 -- Made admin system checks run for custom AdminSites.Mosson, Andrew2014-12-171-5/+23
* Fixed #23338 -- Added warning when unique=True on ForeigKeyDiego Guimarães2014-11-271-0/+5
* Fixed typos using https://github.com/vlajos/misspell_fixerVeres Lajos2014-11-031-2/+2
* Fix many many typos in comments throughout the codebaseAlex Gaynor2014-04-261-1/+1
* Fixed #22034 -- Added a specific set of relation checks for GenericInlineMode...Russell Keith-Magee2014-03-081-1/+124
* Edited contrib.admin check messages for grammar and consistency.Russell Keith-Magee2014-03-031-20/+20
* Fixed #22018 -- Fixed checks for ModelAdmin.fields not handling sub-lists.Aaron France2014-02-151-0/+34
* Fixed typo in error message.Arne Brodowski2014-01-241-1/+1
* Fixed #21870 -- Admin check for list_editable_itemArne Brodowski2014-01-241-0/+24
* Added warning silencers to some noisy tests.Russell Keith-Magee2014-01-201-9/+14
* Fixed #16905 -- Added extensible checks (nee validation) frameworkRussell Keith-Magee2014-01-201-0/+436