summaryrefslogtreecommitdiff
path: root/tests/modeladmin/test_checks.py
AgeCommit message (Collapse)Author
2017-03-02[1.11.x] Fixed #27889 -- Fixed incorrect check error if ModelAdmin.ordering ↵David Szotten
refers to 'pk'. Backport of d82ee32aac323b7260cc95278c69b81d98dbd00a from master
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