summaryrefslogtreecommitdiff
path: root/django/views/generic/edit.py
AgeCommit message (Expand)Author
2010-12-10Add FormMixin.get_form_kwargs method to abstract some common logic in a tidierChris Beaven
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-28Fixed #14558 -- Modified the way PUT and DELETE HTTP methods are handled so t...Russell Keith-Magee
2010-10-28Fixed #14568 -- Use keyword rather than positional arguments for form constru...Russell Keith-Magee
2010-10-20Modified the implementation of get_object() to be consistent with the approac...Russell Keith-Magee
2010-10-19Fixed #14495 -- DeletionMixin and FormMixin don't have an object to work with...Honza Král
2010-10-18Fixed #6735 -- Added class-based views.Russell Keith-Magee