#10795 closed (fixed)
Add Link to modelformset_factory
Reported by: | csshef | Owned by: | Jacob |
---|---|---|---|
Component: | Documentation | Version: | 1.0 |
Severity: | Keywords: | forms, formsets | |
Cc: | Triage Stage: | Accepted | |
Has patch: | yes | Needs documentation: | no |
Needs tests: | no | Patch needs improvement: | no |
Easy pickings: | no | UI/UX: | no |
Description
At this document: http://docs.djangoproject.com/dev/topics/forms/formsets/
I think a link to information regarding modelformset_factory needs to be included when discussing initial data in the link above. Possibly titled "Creating Formsets from models" and linking to: http://docs.djangoproject.com/dev/topics/forms/modelforms/
This is basically what is done at http://docs.djangoproject.com/en/dev/topics/forms/#topics-forms-index , as it has a link "creating forms from models" also ponting to http://docs.djangoproject.com/dev/topics/forms/modelforms/
Attachments (1)
Change History (9)
comment:1 by , 16 years ago
comment:2 by , 16 years ago
milestone: | → 1.1 |
---|---|
Triage Stage: | Unreviewed → Accepted |
comment:3 by , 16 years ago
Owner: | changed from | to
---|
by , 16 years ago
Attachment: | formsets_from_models.diff added |
---|
comment:4 by , 16 years ago
Has patch: | set |
---|---|
Keywords: | forms formsets added |
comment:5 by , 16 years ago
Owner: | changed from | to
---|---|
Status: | new → assigned |
comment:6 by , 16 years ago
Resolution: | → fixed |
---|---|
Status: | assigned → closed |
(In [10774]) Fixed #10795: added a link to model formsets docs from the formsets docs.