#33164: UUID URL converter should support uppercase hexadecimal digits
--------------------------------+--------------------------------------
Reporter: Renato Alencar | Owner: nobody
Type: New feature | Status: closed
Component: Core (URLs) | Version: dev
Severity: Normal | Resolution: wontfix
Keywords: uuid, url | Triage Stage: Unreviewed
Has patch: 1 | Needs documentation: 0
Needs tests: 0 | Patch needs improvement: 0
Easy pickings: 0 | UI/UX: 0
--------------------------------+--------------------------------------
Changes (by Mariusz Felisiak):
* status: new => closed
* type: Bug => New feature
* resolution: => wontfix
Comment:
Thanks for this ticket, however this is a
[https://docs.djangoproject.com/en/3.2/topics/http/urls/#path-converters
document] and intended behavior which prevents multiple URLs from mapping
to the same page:
> `uuid` - Matches a formatted UUID. To prevent multiple URLs from mapping
to the same page, dashes must be included and **letters must be
lowercase**. For example, `075194d3-6885-417e-a8a8-6c931e272f00`. Returns
a UUID instance.
See #28883 for a related discussion.
--
Ticket URL: <https://code.djangoproject.com/ticket/33164#comment:2>
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/071.6c676b5a033ed0e1e57d3d662362f0c2%40djangoproject.com.