Opened 16 years ago

Closed 16 years ago

#6120 closed (fixed)

Document newforms field types which handle relationships

Reported by: empty Owned by: nobody
Component: Documentation Version: dev
Severity: Keywords:
Cc: Triage Stage: Accepted
Has patch: no Needs documentation: no
Needs tests: no Patch needs improvement: no
Easy pickings: no UI/UX: no

Description

It seems that some aggressive cut and pasting in the interest of ModelForms removed the ModelChoiceField information entirely from the newforms documentation. It's still possible to use a non model based form but have choice information pulled from a lookup table. I think either this information should be re-included in newforms documentation or at least a reference to the ModelForms documentation included.

Change History (4)

comment:1 by empty, 16 years ago

Summary: ModelChoiceField Gone From NewFormsModelChoiceField Gone From NewForms Documentation

comment:2 by Thomas Güttler, 16 years ago

Resolution: worksforme
Status: newclosed

I had a look at the changeset:
http://code.djangoproject.com/changeset/6844

I couldn't find documentation of ModelChoiceField in the old version (red) that was not in the
new version (green).

Please reopen this ticket if you still think something is missing.

comment:3 by James Bennett, 16 years ago

Resolution: worksforme
Status: closedreopened
Summary: ModelChoiceField Gone From NewForms DocumentationDocument newforms field types which handle relationships
Triage Stage: UnreviewedAccepted

The actual problem is that it was never part of the newforms docs themselves; it was always covered as part of the docs for helpers that generated forms. I'm re-titling this ticket to note that fact.

comment:4 by James Bennett, 16 years ago

Resolution: fixed
Status: reopenedclosed

(In [7298]) Fixed #6120: First stab at documenting newforms field types which handle relationships.

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