summaryrefslogtreecommitdiff
path: root/tests/admin_changelist/models.py
AgeCommit message (Expand)Author
2026-03-18Fixed #36926 -- Made admin use boolean icons for related BooleanFields in lis...huwaiza tahir
2026-01-30Fixed #36865 -- Removed casting from exact lookups in admin searches.mlissner
2025-01-10Fixed #36032 -- Rendered URLField values as links in the admin.antoliny0919
2025-01-08Fixed #36063 -- Made a FileField navigate to the object admin change page whe...antoliny0919
2024-07-18Fixed #35606, Refs #34045 -- Fixed rendering of ModelAdmin.action_checkbox fo...Hisham Mahmood
2024-02-05Fixed #10743 -- Allowed lookups for related fields in ModelAdmin.list_display.Tom Carrick
2023-01-30Fixed #34283 -- Escaped title in admin's changelist filters.Stanislav Volyk
2022-02-07Refs #33476 -- Reformatted code with Black.django-bot
2018-06-01Fixed #28462 -- Decreased memory usage with ModelAdmin.list_editable.Adam Donaghy
2017-11-18Fixed #26184 -- Allowed using any lookups in ModelAdmin.search_fields.Krzysztof Nazarewski
2017-01-25Refs #23919 -- Replaced super(ClassName, self) with super().chillaranand
2017-01-18Refs #23919 -- Removed python_2_unicode_compatible decorator usageClaude Paroz
2015-07-27Fixed #21127 -- Started deprecation toward requiring on_delete for ForeignKey...Flavio Curella
2015-05-28Fixed #24851 -- Fixed crash with reverse one-to-one relation in ModelAdmin.li...Tim Graham
2015-05-06Fixed #16609 -- Fixed duplicate admin results when searching nested M2M relat...Samuel Paccoud
2013-11-02PEP8 cleanupJason Myers
2013-03-19Fixed #20088 -- Changed get_admin_log not to depend on User id fieldJuan Catalano
2013-03-08Fixed #15363 -- Renamed and normalized to `get_queryset` the methods that ret...Loic Bistuer
2013-02-26Merged regressiontests and modeltests into the test root.Florian Apolloner