summaryrefslogtreecommitdiff
path: root/tests/regressiontests/admin_changelist/tests.py
AgeCommit message (Expand)Author
2013-02-26Merged regressiontests and modeltests into the test root.Florian Apolloner
2012-12-24Use new TestCase methods for equality comparisonsIan Clelland
2012-11-25Fixed #17646 -- Added a get_list_filter() method to ModelAdmin. Thanks to ras...Julien Phalip
2012-09-24Fixed #18072 -- Made more admin links use reverse() instead of hard-coded rel...Ramiro Morales
2012-08-15Fixed the admin_changelist tests for python3.Alex Gaynor
2012-07-22[py3] Replaced unicode/str by six.text_type/bytes.Aymeric Augustin
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-30Removed with_statement imports, useless in Python >= 2.6. Refs #17965. Thanks...Claude Paroz
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