Opened 13 years ago

Closed 13 years ago

#15800 closed Cleanup/optimization (fixed)

Documentation error for django.views.generic.forms.FormMixin

Reported by: Rémy Hubscher Owned by: nobody
Component: Documentation Version: 1.3
Severity: Normal Keywords:
Cc: Triage Stage: Unreviewed
Has patch: no Needs documentation: no
Needs tests: no Patch needs improvement: no
Easy pickings: no UI/UX: no

Description

We are still talking about django.views.generic.forms.FormMixin but it is now django.views.generic.edit.FormMixin

http://docs.djangoproject.com/en/dev/ref/class-based-views/#editing-mixins

Change History (1)

comment:1 by Adrian Holovaty, 13 years ago

Resolution: fixed
Status: newclosed

In [16037]:

Fixed #15800 -- Fixed error in class-based-views docs. Thanks, Natim

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