Changes between Version 1 and Version 2 of Ticket #24682
- Timestamp:
- Apr 21, 2015, 8:06:05 AM (10 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #24682 – Description
v1 v2 1 1 The form_valid method of [https://docs.djangoproject.com/en/1.8/ref/class-based-views/flattened-index/#createview CreateView] is pointing [https://docs.djangoproject.com/en/1.8/ref/class-based-views/mixins-editing/#django.views.generic.edit.FormMixin.form_valid here]. This is FormMixin, however I believe it should be point [https://docs.djangoproject.com/en/1.8/ref/class-based-views/mixins-editing/#django.views.generic.edit.ModelFormMixin.form_valid here], the ModelFormMixin implementation of form_valid. 2 2 3 The same applies to UpdateView. 4