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
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