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
under mixins, it incorrectly links to generic.forms.FormMixin
instead of generic.detail.FormMixin
Change History (4)
comment:1 by , 13 years ago
Easy pickings: | set |
---|---|
Triage Stage: | Unreviewed → Accepted |
comment:2 by , 13 years ago
comment:4 by , 13 years ago
Resolution: | → duplicate |
---|---|
Status: | new → closed |
The issue looks fixed on the trunk.
Solved by https://code.djangoproject.com/ticket/15800
Note:
See TracTickets
for help on using tickets.
I think it is generic.edit.FormMixin and not generic.detail.FormMixin
Please correct me if I am wrong.