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
/
tests.py
Age
Commit message (
Expand
)
Author
2014-03-03
Fixed many typos in comments and docstrings.
Rodolfo Carvalho
2014-02-22
Added tests and minified javascript missing in 83a3add4bed8d8d49f93b30c817c66...
Bas Peschier
2013-10-18
Fixed #21268 -- Fixed E303 pep8 warnings
Alasdair Nicol
2013-10-18
Fixed #21267 -- Fixed E502 pep8 warnings
Alasdair Nicol
2013-10-11
Fixed assorted flake8 errors.
Tim Graham
2013-10-07
Revert "Fixed #21241 -- Avoid extraneous JOINs in admin changelist search."
Simon Charette
2013-10-07
Fixed #21241 -- Avoid extraneous JOINs in admin changelist search.
Chris Adams
2013-10-01
Fixed #15185 -- Allowed ModelAdmin.list_display_links=None to disable change ...
Ramiro Morales
2013-09-08
Removed a ton of unused local vars
Alex Gaynor
2013-08-03
Added ModelAdmin.get_search_fields.
Loic Bistuer
2013-07-29
Removed most of absolute_import imports
Claude Paroz
2013-07-27
Fixed #11195 -- Added CSS classes to the changelist cells to allow style cust...
Julien Phalip
2013-06-05
Fixed #19080 -- Fine-grained control over select_related in admin
Tomek Paczkowski
2013-05-29
Fixed a failure on Python 3 introduced by 5939864616d56cf949f0bca348a8e05230b...
Simon Charette
2013-05-29
Fixed #15653 - Error in admin pagination tag.
Tim Graham
2013-03-19
Fixed a python 3.2 syntax error and python 3 warning introduced by 054ce2aa02.
Simon Charette
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
Renamed some tests and removed references to modeltests/regressiontests.
Florian Apolloner
2013-02-26
Merged regressiontests and modeltests into the test root.
Florian Apolloner