Opened 16 years ago

Closed 16 years ago

#9060 closed (fixed)

awkward and redundant documentation on modelformset_factory

Reported by: Gabriel Farrell Owned by: nobody
Component: Documentation Version: dev
Severity: Keywords:
Cc: Triage Stage: Unreviewed
Has patch: yes Needs documentation: no
Needs tests: no Patch needs improvement: no
Easy pickings: no UI/UX: no
Pull Requests:How to create a pull request

Description

The note on modelformset_factory is badly phrased and unnecessary (people can guess easily enough that modelformset_factory relies upon formset_factory for the generation of forms). The included patch takes it right out.

Change History (2)

by Gabriel Farrell, 16 years ago

Attachment: mf_f-note-remove.diff added

removal of note in documentation

comment:1 by Russell Keith-Magee, 16 years ago

Resolution: fixed
Status: newclosed

(In [9023]) Fixed #9060: Clarified some language in the description of modelformset_factory. Thanks to gsf for the report.

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