index
:
chango.git
devmain
fix-31295
initial-branch
main
stable/5.2.x
stable/6.0.x
django
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
tests
/
regressiontests
/
generic_views
/
edit.py
Age
Commit message (
Expand
)
Author
2012-03-17
Fixed #16138 -- Made FormMixin get_initial return a copy of the 'initial' cla...
Claude Paroz
2012-03-13
Fixed #17768 -- Add a comment about an expected failure in generic_views tests
Claude Paroz
2011-10-13
Convert the remainder of the relative imports in the tests to be absolute imp...
Alex Gaynor
2011-08-12
Fixed #15907 -- Fixed another conflict between the ModelForm exclude and the ...
Jannis Leidel
2011-03-03
Fixed #15544 -- Corrected a test failure in the generic views tests that depe...
Russell Keith-Magee
2011-02-15
Fixed #15247 -- Ensured that if a SingleObject view defines get_object but no...
Russell Keith-Magee
2011-01-04
Corrected a test failure under Postgres caused by PK allocation. Thanks to Al...
Russell Keith-Magee
2010-12-04
Fixed #14797 -- Corrected the handling of get_form_class() when a custom quer...
Russell Keith-Magee
2010-12-04
Fixed #14803 -- Corrected an inconsistency in redirection handling between ol...
Russell Keith-Magee
2010-10-18
Corrected some Postgres test failures introduced by r14254.
Russell Keith-Magee
2010-10-18
Fixed #6735 -- Added class-based views.
Russell Keith-Magee