#1277 closed enhancement (invalid)
I need an urlify function in Python
Reported by: | Batiste Bieler | Owned by: | Adrian Holovaty |
---|---|---|---|
Component: | Core (Other) | Version: | |
Severity: | normal | Keywords: | |
Cc: | Triage Stage: | Design decision needed | |
Has patch: | no | Needs documentation: | no |
Needs tests: | no | Patch needs improvement: | no |
Easy pickings: | no | UI/UX: | no |
Description
Hello,
I need the urlify function in Python but i can't find one in the codebase... I would be nice that exists.
I need to auto-generate a slug but i don't won't that the user have to see the slug in the page, i don't want that the user have the power to decide the slug too.
Thx
Change History (2)
comment:1 by , 19 years ago
Resolution: | → invalid |
---|---|
Status: | new → closed |
comment:2 by , 11 years ago
Easy pickings: | unset |
---|---|
UI/UX: | unset |
Note:
See TracTickets
for help on using tickets.
Please don't use the ticket tracker for support requests -- that's what django-users is for.
(Take a look at the
slugify
filter, though).