#14650 closed (fixed)
Error in SlugField documentation
Description ¶
The documentation for forms.SlugField omits underscore as a valid character.
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.