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
/
admin.py
Age
Commit message (
Expand
)
Author
2018-02-14
Fixed #28933 -- Improved the efficiency of ModelAdmin.date_hierarchy queries.
Haki Benita
2017-01-25
Refs #23919 -- Replaced super(ClassName, self) with super().
chillaranand
2016-11-14
Fixed E305 flake8 warnings.
Ramin Farajpour Cami
2016-04-08
Fixed E128 flake8 warnings in tests/.
Tim Graham
2016-02-01
Fixed #11313 -- Made ModelAdmin.list_editable more resilient to concurrent ed...
bphillips
2015-12-29
Fixed #19536 -- Included object-tools when ModelAdmin.has_add_permission() is...
Nick Sandford
2015-10-10
Fixed #24687 -- Added select_related() validation for nested non-relational f...
Tim Graham
2015-06-04
Fixed #24474 -- Allowed configuring the admin's empty change list value.
Loek van Gent
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
2015-04-08
Revert "Fixed #24474 -- Allowed configuring the admin's empty change list val...
Tim Graham
2015-04-08
Fixed #24474 -- Allowed configuring the admin's empty change list value.
Loek van Gent
2015-02-06
Sorted imports with isort; refs #23860.
Tim Graham
2014-02-22
Added tests and minified javascript missing in 83a3add4bed8d8d49f93b30c817c66...
Bas Peschier
2013-11-02
Fixed all E261 warnings
coagulant
2013-11-02
Fixed #21302 -- Fixed unused imports and import *.
Tim Graham
2013-10-01
Fixed #15185 -- Allowed ModelAdmin.list_display_links=None to disable change ...
Ramiro Morales
2013-08-03
Added ModelAdmin.get_search_fields.
Loic Bistuer
2013-07-29
Removed most of absolute_import imports
Claude Paroz
2013-06-05
Fixed #19080 -- Fine-grained control over select_related in admin
Tomek Paczkowski
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