Opened 15 years ago

Closed 15 years ago

Last modified 12 years ago

#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)

formsets_from_models.diff (498 bytes ) - added by Ville Säävuori 15 years ago.

Download all attachments as: .zip

Change History (9)

comment:1 by csshef, 15 years ago

comment:2 by Alex Gaynor, 15 years ago

milestone: 1.1
Triage Stage: UnreviewedAccepted

comment:3 by Ville Säävuori, 15 years ago

Owner: changed from nobody to Ville Säävuori

by Ville Säävuori, 15 years ago

Attachment: formsets_from_models.diff added

comment:4 by Ville Säävuori, 15 years ago

Has patch: set
Keywords: forms formsets added

comment:5 by Jacob, 15 years ago

Owner: changed from Ville Säävuori to Jacob
Status: newassigned

comment:6 by Jacob, 15 years ago

Resolution: fixed
Status: assignedclosed

(In [10774]) Fixed #10795: added a link to model formsets docs from the formsets docs.

comment:7 by Jacob, 15 years ago

(In [10775]) [1.0.X] Fixed #10795: added a link to model formsets docs from the formsets docs. Backport of [10774] from trunk.

comment:8 by Jacob, 12 years ago

milestone: 1.1

Milestone 1.1 deleted

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