https://docs.djangoproject.com/en/dev/ref/class-based-views/generic-
editing/#django.views.generic.edit.CreateView
For each class it is stated that the view inherits methods and attributes
from itself. I find that strange, and wonder if that's correct.
--
Ticket URL: <https://code.djangoproject.com/ticket/20545>
Django <https://code.djangoproject.com/>
The Web framework for perfectionists with deadlines.
* status: new => closed
* resolution: => fixed
Comment:
In [changeset:"c36b75c814f068fcb722d46bd5e71cbaddf9bf2d"]:
{{{
#!CommitTicketReference repository=""
revision="c36b75c814f068fcb722d46bd5e71cbaddf9bf2d"
Fixed #20545 - Made class-based view MRO lists consistent.
Thanks wim@ for the suggestion.
}}}
--
Ticket URL: <https://code.djangoproject.com/ticket/20545#comment:1>
Comment (by Tim Graham <timograham@…>):
In [changeset:"023710211f0ab9d914dc8967dc6c77b8b30c39a6"]:
{{{
#!CommitTicketReference repository=""
revision="023710211f0ab9d914dc8967dc6c77b8b30c39a6"
[1.5.x] Fixed #20545 - Made class-based view MRO lists consistent.
Thanks wim@ for the suggestion.
Backport of c36b75c814 from master
}}}
--
Ticket URL: <https://code.djangoproject.com/ticket/20545#comment:2>