summaryrefslogtreecommitdiff
path: root/tests/regressiontests/generic_views/edit.py
AgeCommit message (Expand)Author
2012-03-17Fixed #16138 -- Made FormMixin get_initial return a copy of the 'initial' cla...Claude Paroz
2012-03-13Fixed #17768 -- Add a comment about an expected failure in generic_views testsClaude Paroz
2011-10-13Convert the remainder of the relative imports in the tests to be absolute imp...Alex Gaynor
2011-08-12Fixed #15907 -- Fixed another conflict between the ModelForm exclude and the ...Jannis Leidel
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