Opened 11 years ago

Closed 11 years ago

Last modified 11 years ago

#20545 closed Cleanup/optimization (fixed)

Generic editing views documentations

Reported by: wim@… Owned by: nobody
Component: Documentation Version: dev
Severity: Normal Keywords:
Cc: Triage Stage: Unreviewed
Has patch: no Needs documentation: no
Needs tests: no Patch needs improvement: no
Easy pickings: yes UI/UX: no

Description

Hi, in:

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.

Change History (2)

comment:1 by Tim Graham <timograham@…>, 11 years ago

Resolution: fixed
Status: newclosed

In c36b75c814f068fcb722d46bd5e71cbaddf9bf2d:

Fixed #20545 - Made class-based view MRO lists consistent.

Thanks wim@ for the suggestion.

comment:2 by Tim Graham <timograham@…>, 11 years ago

In 023710211f0ab9d914dc8967dc6c77b8b30c39a6:

[1.5.x] Fixed #20545 - Made class-based view MRO lists consistent.

Thanks wim@ for the suggestion.

Backport of c36b75c814 from master

Note: See TracTickets for help on using tickets.
Back to Top