summaryrefslogtreecommitdiff
path: root/tests/admin_changelist/models.py
Commit message (Expand)AuthorAgeFilesLines
* Fixed #34283 -- Escaped title in admin's changelist filters.Stanislav Volyk2023-01-301-0/+6
* Refs #33476 -- Reformatted code with Black.django-bot2022-02-071-5/+7
* Fixed #28462 -- Decreased memory usage with ModelAdmin.list_editable.Adam Donaghy2018-06-011-0/+3
* Fixed #26184 -- Allowed using any lookups in ModelAdmin.search_fields.Krzysztof Nazarewski2017-11-181-0/+5
* Refs #23919 -- Replaced super(ClassName, self) with super().chillaranand2017-01-251-1/+1
* Refs #23919 -- Removed python_2_unicode_compatible decorator usageClaude Paroz2017-01-181-3/+0
* Fixed #21127 -- Started deprecation toward requiring on_delete for ForeignKey...Flavio Curella2015-07-271-7/+7
* Fixed #24851 -- Fixed crash with reverse one-to-one relation in ModelAdmin.li...Tim Graham2015-05-281-0/+4
* Fixed #16609 -- Fixed duplicate admin results when searching nested M2M relat...Samuel Paccoud2015-05-061-0/+5
* PEP8 cleanupJason Myers2013-11-021-0/+15
* Fixed #20088 -- Changed get_admin_log not to depend on User id fieldJuan Catalano2013-03-191-0/+3
* Fixed #15363 -- Renamed and normalized to `get_queryset` the methods that ret...Loic Bistuer2013-03-081-2/+2
* Merged regressiontests and modeltests into the test root.Florian Apolloner2013-02-261-0/+89