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
/
django
/
views
/
generic
/
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
2011-03-06
Fixed #15560 -- Cleaned up some redundant post->put redirections in the class...
Russell Keith-Magee
2011-02-15
Fixed #15247 -- Ensured that if a SingleObject view defines get_object but no...
Russell Keith-Magee
2011-01-27
Fixed #15061 -- Removed a redundant method implementation in the class-based ...
Russell Keith-Magee
2010-12-10
Add FormMixin.get_form_kwargs method to abstract some common logic in a tidier
Chris Beaven
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-28
Fixed #14558 -- Modified the way PUT and DELETE HTTP methods are handled so t...
Russell Keith-Magee
2010-10-28
Fixed #14568 -- Use keyword rather than positional arguments for form constru...
Russell Keith-Magee
2010-10-20
Modified the implementation of get_object() to be consistent with the approac...
Russell Keith-Magee
2010-10-19
Fixed #14495 -- DeletionMixin and FormMixin don't have an object to work with...
Honza Král
2010-10-18
Fixed #6735 -- Added class-based views.
Russell Keith-Magee