summaryrefslogtreecommitdiff
path: root/django/contrib/admin/checks.py
AgeCommit message (Expand)Author
2014-06-10[1.7.x] Fixed #22792 -- Updated checks for list_display_links in model adminGreg Chapple
2014-05-15[1.7.x] Fixed #17642 -- Added min_num support to modelformsets, inlines, and ...Anders Steinlein
2014-03-08Fixed #22034 -- Added a specific set of relation checks for GenericInlineMode...Russell Keith-Magee
2014-03-04Cleaned up a repr() hack that caused problems on Python3.Russell Keith-Magee
2014-03-03Edited contrib.admin check messages for grammar and consistency.Russell Keith-Magee
2014-02-15Fixed some flake8 errors from recent commits.Tim Graham
2014-02-15Fixed #22018 -- Fixed checks for ModelAdmin.fields not handling sub-lists.Aaron France
2014-01-24Fixed typo in error message.Arne Brodowski
2014-01-24Fixed #21870 -- Admin check for list_editable_itemArne Brodowski
2014-01-20Fixed a couple of deprecation warningsAnssi Kääriäinen
2014-01-20Fixed #16905 -- Added extensible checks (nee validation) frameworkRussell Keith-Magee