summaryrefslogtreecommitdiff
path: root/tests/modeladmin/test_checks.py
Commit message (Expand)AuthorAgeFilesLines
* Fixed #16117 -- Added decorators for admin action and display functions.Nick Pope2021-01-131-2/+9
* Fixed #30980 -- Improved error message when checking uniqueness of admin acti...Adam Donaghy2020-01-101-3/+2
* Fixed #30543 -- Fixed checks of ModelAdmin.list_display for fields accessible...Hasan Ramezani2019-07-101-1/+20
* Fixed #29282 -- Prevented some admin checks from crashing with TypeError.Sanyam Khurana2018-11-201-5/+108
* Fixed #29711 -- Added a system check for uniquness of admin actions' __name__.Przemysław Buczkowski2018-10-021-0/+27
* Fixed #29419 -- Allowed permissioning of admin actions.Carlton Gibson2018-06-181-0/+19
* Refs #29428 -- Fixed admin check crash when using a query expression in Model...Tim Graham2018-06-141-0/+19
* Fixed inconsistent formatting in tests/modeladmin/test_checks.py.Tim Graham2018-04-161-2/+4
* Fixed #29322 -- Made admin check all ModelAdmin fieldsets for duplicates.Matthias Kestenholz2018-04-131-0/+13
* Removed unnecessary trailing commas and spaces in various code.Mariusz Felisiak2017-12-281-4/+4
* Fixed #28898 -- Corrected admin check to allow a OneToOneField in ModelAdmin....Rodrigo Pinheiro Marques de Araújo2017-12-131-1/+14
* Fixed #14370 -- Allowed using a Select2 widget for ForeignKey and ManyToManyF...Johannes Hoppe2017-09-181-5/+95
* Improved test coverage of contrib/admin/checks.py.Anton Samarchyan2017-06-021-0/+23
* Fixed #27889 -- Fixed incorrect check error if ModelAdmin.ordering refers to ...David Szotten2017-03-021-1/+1
* Refs #23919 -- Stopped inheriting from object to define new style classes.Simon Charette2017-01-191-6/+6
* Refs #23919 -- Removed encoding preambles and future importsClaude Paroz2017-01-181-2/+0
* Fixed #26632 -- Skipped admin.E111 list_display_links check if get_list_displ...Anton Samarchyan2016-12-221-0/+29
* Moved modeladmin check tests to a separate file.Tim Graham2016-12-211-0/+1105