summaryrefslogtreecommitdiff
path: root/tests/regressiontests/admin_changelist/tests.py
AgeCommit message (Expand)Author
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-26Fixed #17090 -- Made the API specification for `ModelAdmin.get_list_display()...Julien Phalip
2011-10-13Convert much of the regression tests to use absolute imports. There's still ...Alex Gaynor
2011-09-20Improved test isolation of the admin tests and assigned custom admin sites toRamiro Morales
2011-09-08Fixed #15997 -- Added `list_max_show_all` option to `ModelAdmin` in replaceme...Jannis Leidel
2011-06-08Fixed an unnecessary use of TransactionTestCaseLuke Plant
2011-06-08Fixed #14206 - dynamic list_display support in adminLuke Plant
2011-04-23Fixed #15819 - Fixed 1.3 regression from r15526 causing duplicate search resu...Carl Meyer
2011-03-09Fixed a bunch more tests that were failing in Oracle due to false assumptions...Ian Kelly
2011-02-26Fixed #11447 -- Ensured that ForeignKey widgets in a list-editable admin chan...Russell Keith-Magee
2011-02-19Fixed #12893 -- Added tests to validate that the right queryset is always use...Russell Keith-Magee
2011-02-19Fixed #15291 -- Corrected alignment issue when actions are disabled in a Mode...Russell Keith-Magee
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
2010-12-21Rectified bugs that were accidentally committed in r14997. Thanks for the hea...Jannis Leidel
2010-12-21Fixed #14900 -- Added ability to override the paginator class used in a Model...Jannis Leidel
2010-12-12Fixed #14312 -- Raising an ``IncorrectLookupParameters`` if the page number g...Jannis Leidel
2010-12-04Removed all usages of deprecated TestCase methods (self.fail*). This removed...Alex Gaynor
2010-09-11Fixed #13599 -- No longer embed hidden `<td>` elements in `ChangeList` that c...Justin Bronn
2010-03-01Fixed #11791: Put hidden input elements in the change list inside td elements...Karen Tracey
2009-05-14Fixed #10348: ChangeList no longer overwrites a select_related provided by `M...Jacob Kaplan-Moss