Opened 13 years ago

Closed 13 years ago

#16083 closed Bug (duplicate)

incorrect link in the class based views details docs

Reported by: Paul McMillan Owned by: nobody
Component: Documentation Version: 1.3
Severity: Normal Keywords:
Cc: Triage Stage: Accepted
Has patch: no Needs documentation: no
Needs tests: no Patch needs improvement: no
Easy pickings: yes UI/UX: no

Description

http://docs.djangoproject.com/en/1.3/ref/class-based-views/#django.views.generic.edit.ModelFormMixin

under mixins, it incorrectly links to generic.forms.FormMixin instead of generic.detail.FormMixin

Change History (4)

comment:1 by anonymous, 13 years ago

Easy pickings: set
Triage Stage: UnreviewedAccepted

comment:2 by teraom, 13 years ago

I think it is generic.edit.FormMixin and not generic.detail.FormMixin
Please correct me if I am wrong.

comment:3 by Paul McMillan, 13 years ago

Sorry I got confused there. Yes, it is generic.edit.FormMixin.

comment:4 by teraom, 13 years ago

Resolution: duplicate
Status: newclosed

The issue looks fixed on the trunk.
Solved by https://code.djangoproject.com/ticket/15800

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