summaryrefslogtreecommitdiff
path: root/tests/modeladmin/test_checks.py
AgeCommit message (Collapse)Author
2017-09-18Fixed #14370 -- Allowed using a Select2 widget for ForeignKey and ↵Johannes Hoppe
ManyToManyField in the admin. Thanks Florian Apolloner and Tim Graham for review and contributing to the patch.
2017-06-02Improved test coverage of contrib/admin/checks.py.Anton Samarchyan
2017-03-02Fixed #27889 -- Fixed incorrect check error if ModelAdmin.ordering refers to ↵David Szotten
'pk'.
2017-01-19Refs #23919 -- Stopped inheriting from object to define new style classes.Simon Charette
2017-01-18Refs #23919 -- Removed encoding preambles and future importsClaude Paroz
2016-12-22Fixed #26632 -- Skipped admin.E111 list_display_links check if ↵Anton Samarchyan
get_list_display() is overridden.
2016-12-21Moved modeladmin check tests to a separate file.Tim Graham