Opened 14 years ago

Closed 14 years ago

Last modified 13 years ago

#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)

slugfield_docs.diff (895 bytes ) - added by Gabriel Hurley 14 years ago.
Documents SlugField in its proper place.

Download all attachments as: .zip

Change History (6)

comment:1 by Russell Keith-Magee, 14 years ago

milestone: 1.2
Triage Stage: UnreviewedAccepted

by Gabriel Hurley, 14 years ago

Attachment: slugfield_docs.diff added

Documents SlugField in its proper place.

comment:2 by Gabriel Hurley, 14 years ago

Cc: Gabriel Hurley added
Has patch: set
Owner: changed from nobody to Gabriel Hurley
Status: newassigned

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 James Bennett, 14 years ago

Resolution: fixed
Status: assignedclosed

(In [12673]) Fixed #12601: Documented the slug field in the forms module.

comment:4 by James Bennett, 14 years ago

(In [12674]) [1.1.X] Fixed #12601: Documented the slug field in the forms module. Backport of [12673] from trunk.

comment:5 by Jacob, 13 years ago

milestone: 1.2

Milestone 1.2 deleted

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