Changes between Version 1 and Version 2 of Ticket #24682


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

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #24682 – Description

    v1 v2  
    11The 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
     3The same applies to UpdateView.
     4
Back to Top