Opened 19 years ago
Closed 19 years ago
#1703 closed defect (fixed)
[magic-removal] [patch] Updated forms and manipulator documentation (forms.txt)
Reported by: | 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 |
Pull Requests: | How to create a pull request | ||
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.
Change History (6)
by , 19 years ago
Attachment: | forms.txt.diff added |
---|
by , 19 years ago
Attachment: | forms.txt.2.diff added |
---|
Updated patch to work after Adrian's changes in [2765]
comment:1 by , 19 years ago
Resolution: | → fixed |
---|---|
Status: | new → closed |
comment:2 by , 19 years ago
Resolution: | fixed |
---|---|
Status: | closed → reopened |
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 , 19 years ago
Attachment: | forms.txt.3.diff added |
---|
Patch to correct the use of "meta" in the model.
comment:3 by , 19 years ago
Resolution: | → fixed |
---|---|
Status: | reopened → closed |
Updated documentation for forms.txt