Arthur de Jong

Open Source / Free Software developer

summaryrefslogtreecommitdiffstats
path: root/tests/admin_checks/models.py
Commit message (Collapse)AuthorAgeFilesLines
* Fixed #21127 -- Started deprecation toward requiring ↵Flavio Curella2015-07-281-7/+7
| | | | on_delete for ForeignKey/OneToOneField
* Fixed #24146 -- Allowed model._meta.get_field() to be ↵Daniel Pyrathon2015-02-111-0/+1
| | | | used after apps.models_ready
* Sorted imports with isort; refs #23860.Tim Graham2015-02-061-2/+2
|
* 4 flake8 warning fixesAlex Gaynor2014-03-091-0/+1
|
* Fixed #22034 -- Added a specific set of relation checks ↵Russell Keith-Magee2014-03-081-1/+10
| | | | | | for GenericInlineModelAdmin. Thanks to jwa for the report.
* Fixed #16905 -- Added extensible checks (nee validation) ↵Russell Keith-Magee2014-01-201-0/+57
framework This is the result of Christopher Medrela's 2013 Summer of Code project. Thanks also to Preston Holmes, Tim Graham, Anssi Kääriäinen, Florian Apolloner, and Alex Gaynor for review notes along the way. Also: Fixes #8579, fixes #3055, fixes #19844.