Opened 18 years ago
Closed 17 years ago
#2293 closed defect (fixed)
Doc for Formfield & Manipulators contains incorrect examples
Reported by: | 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 , 18 years ago
Resolution: | → wontfix |
---|---|
Status: | new → closed |
comment:2 by , 18 years ago
Resolution: | wontfix |
---|---|
Status: | closed → reopened |
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 , 18 years ago
Needs documentation: | set |
---|---|
Triage Stage: | Unreviewed → Accepted |
Looks as if it's accepted now ;-)
Note:
See TracTickets
for help on using tickets.
Marked as wontfix, as we're moving to the newforms library and the old forms framework is being end-of-lined