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
/
regressiontests
/
admin_changelist
/
models.py
Age
Commit message (
Expand
)
Author
2012-08-12
[py3] Refactored __unicode__ to __str__.
Aymeric Augustin
2012-07-15
Avoid using a column named "date" in tests
Anssi Kääriäinen
2012-04-29
Fixed #13196 -- Formatting in admin changelists.
Aymeric Augustin
2012-04-09
Fixed #18086 -- Restored '-pk' as the default order in the admin changelist. ...
Julien Phalip
2012-03-19
Fixed #17932 -- Tweaked the admin_changelist tests because Oracle doesn't lik...
Aymeric Augustin
2012-03-03
Fixed #17198 -- Ensured that a deterministic order is used across all databas...
Julien Phalip
2011-11-17
Fixed #17128 -- Fixed a Python 2.5 incompatibility. Thanks, Simon Meers.
Jannis Leidel
2011-10-26
Fixed #16257 -- Added new `ModelAdmin.get_list_display_links()` method to all...
Julien Phalip
2011-10-13
Convert much of the regression tests to use absolute imports. There's still ...
Alex Gaynor
2011-02-13
Fixed #13902 -- Fixed admin list_filter so it doesn't show duplicate results ...
Ramiro Morales
2011-01-24
Fixed #14982 -- Ensure that EMPTY_CHANGELIST_VALUE is honored for nullable fo...
Russell Keith-Magee
2009-05-14
Fixed #10348: ChangeList no longer overwrites a select_related provided by `M...
Jacob Kaplan-Moss