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