summaryrefslogtreecommitdiff
path: root/tests/regressiontests/generic_views/edit.py
AgeCommit message (Expand)Author
2011-03-03Fixed #15544 -- Corrected a test failure in the generic views tests that depe...Russell Keith-Magee
2011-02-15Fixed #15247 -- Ensured that if a SingleObject view defines get_object but no...Russell Keith-Magee
2011-01-04Corrected a test failure under Postgres caused by PK allocation. Thanks to Al...Russell Keith-Magee
2010-12-04Fixed #14797 -- Corrected the handling of get_form_class() when a custom quer...Russell Keith-Magee
2010-12-04Fixed #14803 -- Corrected an inconsistency in redirection handling between ol...Russell Keith-Magee
2010-10-18Corrected some Postgres test failures introduced by r14254.Russell Keith-Magee
2010-10-18Fixed #6735 -- Added class-based views.Russell Keith-Magee