django1/docs/ref/class-based-views
Luke Plant f026a519ae Fixed #19733 - deprecated ModelForms without 'fields' or 'exclude', and added '__all__' shortcut
This also updates all dependent functionality, including modelform_factory
 and modelformset_factory, and the generic views `ModelFormMixin`,
 `CreateView` and `UpdateView` which gain a new `fields` attribute.
2013-05-09 16:44:36 +01:00
..
base.txt Adapted uses of versionchanged/versionadded to the new form. 2013-04-20 17:18:35 +02:00
flattened-index.txt Improved FormView docs in class-based views index. 2013-03-29 07:57:07 -04:00
generic-date-based.txt Adapted uses of versionchanged/versionadded to the new form. 2013-04-20 17:18:35 +02:00
generic-display.txt Fixed #19516 - Fixed remaining broken links. 2013-01-02 18:32:57 -05:00
generic-editing.txt Fixed #19733 - deprecated ModelForms without 'fields' or 'exclude', and added '__all__' shortcut 2013-05-09 16:44:36 +01:00
index.txt Clarified usage of as_view kwargs for setting arguments on class based views 2012-11-22 09:07:21 -05:00
mixins-date-based.txt Adapted uses of versionchanged/versionadded to the new form. 2013-04-20 17:18:35 +02:00
mixins-editing.txt Fixed #19733 - deprecated ModelForms without 'fields' or 'exclude', and added '__all__' shortcut 2013-05-09 16:44:36 +01:00
mixins-multiple-object.txt Fixed #19516 - Fixed remaining broken links. 2013-01-02 18:32:57 -05:00
mixins-simple.txt Adapted uses of versionchanged/versionadded to the new form. 2013-04-20 17:18:35 +02:00
mixins-single-object.txt Added missing markup to docs. 2013-03-22 13:50:07 -04:00
mixins.txt Fixed #18451 -- Vastly improved class based view documentation. 2012-06-11 10:40:23 +02:00