Opened 13 years ago

Closed 13 years ago

Last modified 13 years ago

#14650 closed (fixed)

Error in SlugField documentation

Reported by: stringify Owned by: nobody
Component: Documentation Version: dev
Severity: 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 documentation for forms.SlugField omits underscore as a valid character.

Attachments (1)

slugfield_doc.diff (625 bytes ) - added by stringify 13 years ago.

Download all attachments as: .zip

Change History (3)

by stringify, 13 years ago

Attachment: slugfield_doc.diff added

comment:1 by Alex Gaynor, 13 years ago

Resolution: fixed
Status: newclosed

(In [14503]) Fixed #14650 -- noted that underscores are also valid in slug fields. Thanks to stringify for the report and patch.

comment:2 by Alex Gaynor, 13 years ago

(In [14504]) [1.2.X] Fixed #14650 -- noted that underscores are also valid in slug fields. Thanks to stringify for the report and patch. Backport of [14503].

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