#32598: Issue in models.SlugField
-----------------------------+--------------------------------------
Reporter: MojixCoder | Owner: nobody
Type: Bug | Status: closed
Component: Core (URLs) | Version: 3.1
Severity: Normal | Resolution: invalid
Keywords: slug | Triage Stage: Unreviewed
Has patch: 0 | Needs documentation: 0
Needs tests: 0 | Patch needs improvement: 0
Easy pickings: 0 | UI/UX: 0
-----------------------------+--------------------------------------
Changes (by Mariusz Felisiak):
* status: new => closed
* resolution: => invalid
Comment:
`SlugField.allow_unicode` doesn't impact path converters. It is also
[https://docs.djangoproject.com/en/3.1/topics/http/urls/#path-converters
documented] that:
> ''**slug** - Matches any slug string consisting of **ASCII letters or
numbers**, plus the hyphen and underscore characters. For example,
building-your-1st-django-site.''
You can create a custom path converter or use `re_path()`.
--
Ticket URL: <https://code.djangoproject.com/ticket/32598#comment:1>
Django <https://code.djangoproject.com/>
The Web framework for perfectionists with deadlines.
--
You received this message because you are subscribed to the Google Groups
"Django updates" group.
To unsubscribe from this group and stop receiving emails from it, send an email
to [email protected].
To view this discussion on the web visit
https://groups.google.com/d/msgid/django-updates/068.f334bf79172010090216c75ddb562809%40djangoproject.com.