summaryrefslogtreecommitdiff
path: root/tests/regressiontests/admin_changelist
AgeCommit message (Expand)Author
2011-03-10[1.2.X] Fixed a bunch more tests that were failing in Oracle due to false ass...Ian Kelly
2011-02-26[1.2.X] Fixed #11447 -- Ensured that ForeignKey widgets in a list-editable ad...Russell Keith-Magee
2011-02-19[1.2.X] Fixed #12893 -- Added tests to validate that the right queryset is al...Russell Keith-Magee
2011-02-19[1.2.X] Fixed #15291 -- Corrected alignment issue when actions are disabled i...Russell Keith-Magee
2011-01-24[1.2.X] Fixed #14982 -- Ensure that EMPTY_CHANGELIST_VALUE is honored for nul...Russell Keith-Magee
2010-12-13[1.2.X] Fixed #14312 -- Raising an ``IncorrectLookupParameters`` if the page ...Jannis Leidel
2010-12-04[1.2.X] Removed all usages of deprecated TestCase methods (self.fail*). This...Alex Gaynor
2010-09-11[1.2.X] Fixed #13599 -- No longer embed hidden `<td>` elements in `ChangeList...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