#12601 closed (fixed)
ModelForm documentation refers to a forms field SlugField which is not documented
Reported by: | Gert Van Gool | Owned by: | Gabriel Hurley |
---|---|---|---|
Component: | Documentation | Version: | dev |
Severity: | Keywords: | ||
Cc: | Gabriel Hurley | Triage Stage: | Accepted |
Has patch: | yes | Needs documentation: | no |
Needs tests: | no | Patch needs improvement: | no |
Easy pickings: | no | UI/UX: | no |
Description
In the documentation of ModelForm's which talks about which Model field is represented by a which Form field, it refers to a SlugField ( django.forms.fields.SlugField
)
The django.forms.fields.SlugField
exists, but is not listed on http://docs.djangoproject.com/en/dev/ref/forms/fields/.
Attachments (1)
Change History (6)
comment:1 by , 15 years ago
milestone: | → 1.2 |
---|---|
Triage Stage: | Unreviewed → Accepted |
by , 15 years ago
Attachment: | slugfield_docs.diff added |
---|
comment:2 by , 15 years ago
Cc: | added |
---|---|
Has patch: | set |
Owner: | changed from | to
Status: | new → assigned |
Added a patch for docs/ref/forms/fields.txt that documents SlugField in its proper place. Simple fix, should be ready for check-in, but I'll leave that for someone more important than I...
comment:3 by , 15 years ago
Resolution: | → fixed |
---|---|
Status: | assigned → closed |
comment:4 by , 15 years ago
Note:
See TracTickets
for help on using tickets.
Documents SlugField in its proper place.