#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)
Change History (3)
by , 14 years ago
Attachment: | slugfield_doc.diff added |
---|
comment:1 by , 14 years ago
Resolution: | → fixed |
---|---|
Status: | new → closed |
comment:2 by , 14 years ago
Note:
See TracTickets
for help on using tickets.
(In [14503]) Fixed #14650 -- noted that underscores are also valid in slug fields. Thanks to stringify for the report and patch.