Changes between Initial Version and Version 1 of Ticket #24682


Ignore:
Timestamp:
Apr 21, 2015, 8:03:35 AM (9 years ago)
Author:
Steve Hiemstra
Comment:

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.
     1The 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.
    22
Back to Top