Opened 18 years ago

Closed 18 years ago

#1703 closed defect (fixed)

[magic-removal] [patch] Updated forms and manipulator documentation (forms.txt)

Reported by: Malcolm Tredinnick <malcolm@…> Owned by: Jacob
Component: Documentation Version: dev
Severity: normal Keywords:
Cc: Triage Stage: Unreviewed
Has patch: yes Needs documentation: no
Needs tests: no Patch needs improvement: no
Easy pickings: no UI/UX: no

Description

The attached patch brings docs/forms.txt up to date with the magic-removal changes. Mostly this was just changing import locations and the ways of referring to manipulators. But I also added documentation for the various "standard" validators shipped with Django, since there have been various mailing list posts indicating that people are not reading that these are available.

Attachments (3)

forms.txt.diff (11.9 KB ) - added by Malcolm Tredinnick <malcolm@…> 18 years ago.
Updated documentation for forms.txt
forms.txt.2.diff (8.6 KB ) - added by Malcolm Tredinnick <malcolm@…> 18 years ago.
Updated patch to work after Adrian's changes in [2765]
forms.txt.3.diff (965 bytes ) - added by polarcowz@… 18 years ago.
Patch to correct the use of "meta" in the model.

Download all attachments as: .zip

Change History (6)

by Malcolm Tredinnick <malcolm@…>, 18 years ago

Attachment: forms.txt.diff added

Updated documentation for forms.txt

by Malcolm Tredinnick <malcolm@…>, 18 years ago

Attachment: forms.txt.2.diff added

Updated patch to work after Adrian's changes in [2765]

comment:1 by Adrian Holovaty, 18 years ago

Resolution: fixed
Status: newclosed

(In [2777]) magic-removal: Fixed #1703 -- Updated forms and manipulator docs. Thanks, Malcolm

comment:2 by polarcowz@…, 18 years ago

Resolution: fixed
Status: closedreopened
Version: SVN

Unfortunately, while these fixes are good, the original model code still uses "meta" as opposed to "models". Attached is a patch that should correct this.

by polarcowz@…, 18 years ago

Attachment: forms.txt.3.diff added

Patch to correct the use of "meta" in the model.

comment:3 by asmodai@…, 18 years ago

Resolution: fixed
Status: reopenedclosed

This was fixed in [3125] by mtredinnick.
Duplicated by #2143.

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