Rodrigo Pinheiro Marques de Araújo
|
30a389bd77
|
Fixed #28898 -- Corrected admin check to allow a OneToOneField in ModelAdmin.autocomplete_fields.
|
2017-12-13 02:39:27 -05:00 |
Johannes Hoppe
|
94cd8efc50
|
Fixed #14370 -- Allowed using a Select2 widget for ForeignKey and ManyToManyField in the admin.
Thanks Florian Apolloner and Tim Graham for review and
contributing to the patch.
|
2017-09-18 13:48:02 -04:00 |
Anton Samarchyan
|
2b53c8377d
|
Improved test coverage of contrib/admin/checks.py.
|
2017-06-02 18:47:07 -04:00 |
David Szotten
|
d82ee32aac
|
Fixed #27889 -- Fixed incorrect check error if ModelAdmin.ordering refers to 'pk'.
|
2017-03-02 10:25:05 -05:00 |
Simon Charette
|
cecc079168
|
Refs #23919 -- Stopped inheriting from object to define new style classes.
|
2017-01-19 08:39:46 +01:00 |
Claude Paroz
|
d7b9aaa366
|
Refs #23919 -- Removed encoding preambles and future imports
|
2017-01-18 09:55:19 +01:00 |
Anton Samarchyan
|
da79240050
|
Fixed #26632 -- Skipped admin.E111 list_display_links check if get_list_display() is overridden.
|
2016-12-22 09:32:11 -05:00 |
Tim Graham
|
96271533d2
|
Moved modeladmin check tests to a separate file.
|
2016-12-21 17:23:57 -05:00 |