summaryrefslogtreecommitdiff
path: root/django/contrib/admin/checks.py
AgeCommit message (Expand)Author
2015-02-09[1.8.x] Sorted imports with isort; refs #23860.Tim Graham
2015-01-12Fixed #24089 -- Added check for when ModelAdmin.fieldsets[1]['fields'] isn't ...Muthiah Annamalai
2015-01-06Fixed #12663 -- Formalized the Model._meta API for retrieving fields.Daniel Pyrathon
2015-01-02Fixed #9104 -- Moved FieldDoesNotExist to core.exceptionsDaniel Pyrathon
2014-12-17Fixed #23497 -- Made admin system checks run for custom AdminSites.Mosson, Andrew
2014-09-05Limited lines to 119 characters in django/Tim Graham
2014-06-10Fixed #22792 -- Updated checks for list_display_links in model adminGreg Chapple
2014-05-15Fixed #17642 -- Added min_num support to modelformsets, inlines, and the admin.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