Opened 17 years ago
Closed 17 years ago
#7292 closed (fixed)
FormPreview documentation revision
| Reported by: | Jeff Anderson | Owned by: | nobody |
|---|---|---|---|
| Component: | Documentation | Version: | dev |
| Severity: | Keywords: | ||
| Cc: | Triage Stage: | Ready for checkin | |
| Has patch: | yes | Needs documentation: | no |
| Needs tests: | no | Patch needs improvement: | no |
| Easy pickings: | no | UI/UX: | no |
Description
I noticed that the Form Preview doc still contains a reference to form_for_model. I revised it, as modelforms are favored over form_for_model.
Attachments (1)
Change History (4)
by , 17 years ago
| Attachment: | modelform.patch added |
|---|
comment:1 by , 17 years ago
| Has patch: | set |
|---|
comment:2 by , 17 years ago
| Triage Stage: | Unreviewed → Ready for checkin |
|---|
comment:3 by , 17 years ago
| Resolution: | → fixed |
|---|---|
| Status: | new → closed |
Note:
See TracTickets
for help on using tickets.
(In [7675]) Fixed #7292 -- Removed reference to form_for_model in the form_preview docs. Thanks to programmerq for the report.