summaryrefslogtreecommitdiff
path: root/tests/admin_checks/models.py
Commit message (Expand)AuthorAgeFilesLines
* Refs #33476 -- Reformatted code with Black.django-bot2022-02-071-3/+3
* Refs #23919 -- Removed python_2_unicode_compatible decorator usageClaude Paroz2017-01-181-2/+0
* Fixed #21127 -- Started deprecation toward requiring on_delete for ForeignKey...Flavio Curella2015-07-271-7/+7
* Fixed #24146 -- Allowed model._meta.get_field() to be used after apps.models_...Daniel Pyrathon2015-02-101-0/+1
* Sorted imports with isort; refs #23860.Tim Graham2015-02-061-2/+2
* 4 flake8 warning fixesAlex Gaynor2014-03-081-0/+1
* Fixed #22034 -- Added a specific set of relation checks for GenericInlineMode...Russell Keith-Magee2014-03-081-1/+10
* Fixed #16905 -- Added extensible checks (nee validation) frameworkRussell Keith-Magee2014-01-201-0/+57