summaryrefslogtreecommitdiff
path: root/tests/regressiontests/admin_changelist
AgeCommit message (Expand)Author
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