Opened 18 years ago

Closed 17 years ago

#2293 closed defect (fixed)

Doc for Formfield & Manipulators contains incorrect examples

Reported by: marcink@… Owned by: Jacob
Component: Documentation Version:
Severity: normal Keywords:
Cc: Triage Stage: Accepted
Has patch: no Needs documentation: yes
Needs tests: no Patch needs improvement: no
Easy pickings: no UI/UX: no

Description

The page suggests twice to use object.dict to provide data for the form,
but you actually should use manipulator.flatten_data or some fields will not
be filled properly (I had this problem with ManyToManyFields and DateTimeFields).

Change History (4)

comment:1 by Simon G. <dev@…>, 17 years ago

Resolution: wontfix
Status: newclosed

Marked as wontfix, as we're moving to the newforms library and the old forms framework is being end-of-lined

comment:2 by James Bennett, 17 years ago

Resolution: wontfix
Status: closedreopened

Simon, I'd disagree; we're going to have the old forms system for at least one more release, so we need to get the documentation for it right even if we're recommending people use newforms for new projects.

comment:3 by mir@…, 17 years ago

Needs documentation: set
Triage Stage: UnreviewedAccepted

Looks as if it's accepted now ;-)

comment:4 by Gary Wilson <gary.wilson@…>, 17 years ago

Resolution: fixed
Status: reopenedclosed

This was fixed in [3758].

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