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