summaryrefslogtreecommitdiff
path: root/django/views/generic/edit.py
AgeCommit message (Expand)Author
2014-03-08Fixed #21188 -- Introduced subclasses for to-be-removed-in-django-XX warningsClaude Paroz
2014-02-09Fixed #21967: Added check for object in ModelFormMixin.get_form_kwargs.Ryan Kaskel
2013-06-29Advanced deprecation warnings for Django 1.7.Aymeric Augustin
2013-06-24Fixed #20644 -- Add ModelFormMixin.fields to the CBV flattened indexBaptiste Mispelon
2013-06-22Fixed #18872 -- Added prefix to FormMixinGilberto Gonçalves
2013-06-11Fixed #20585: normalize signature of DeletionMixin.post.Baptiste Darthenay
2013-05-18Fixed #20234 and #20236 -- SingleObjectMixin fixesKarol Sikora
2013-05-09Fixed #19733 - deprecated ModelForms without 'fields' or 'exclude', and added...Luke Plant
2013-02-11Fixed #19044 -- Made `DeletionMixin` interpolate its `success_url`.Simon Charette
2012-12-04Fixed #19378 -- Ensured get_success_url returns a non-lazy URLClaude Paroz
2012-06-11Fixed #18451 -- Vastly improved class based view documentation.Jannis Leidel
2012-04-28fix typo: instanciating -> instantiatingTom Terrace
2012-04-06Fixed #16074 -- Added ContextMixin to class-based generic views to handle get...Claude Paroz
2012-03-17Fixed #16138 -- Made FormMixin get_initial return a copy of the 'initial' cla...Claude Paroz
2011-03-06Fixed #15560 -- Cleaned up some redundant post->put redirections in the class...Russell Keith-Magee
2011-02-15Fixed #15247 -- Ensured that if a SingleObject view defines get_object but no...Russell Keith-Magee
2011-01-27Fixed #15061 -- Removed a redundant method implementation in the class-based ...Russell Keith-Magee
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