Changes between Initial Version and Version 1 of Ticket #24682
- Timestamp:
- Apr 21, 2015, 8:03:35 AM (10 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #24682 – Description
initial v1 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 is_valid.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