#33164: UUID URL converter should support uppercase hexadecimal digits
--------------------------------+--------------------------------------
Reporter: Renato Alencar | Owner: nobody
Type: Bug | Status: new
Component: Core (URLs) | Version: dev
Severity: Normal | Resolution:
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
--------------------------------+--------------------------------------
Description changed by Renato Alencar:
Old description:
> According to the RFC4122 A Universally Unique IDentifier (UUID) URN
> Namespace, the formal definition of an UUID string includes hexadecimal
> digits in uppercase. But the current implementation of the UUID URL
> converter only supports lowercase digits (from a to f).
>
> * https://datatracker.ietf.org/doc/html/rfc4122
> *
> https://github.com/django/django/blob/main/django/urls/converters.py#L26
New description:
According to the RFC4122 A Universally Unique IDentifier (UUID) URN
Namespace, the formal definition of an UUID string includes hexadecimal
digits in uppercase. But the current implementation of the UUID URL
converter only supports lowercase digits (from a to f).
Related PR: https://github.com/django/django/pull/14928
* https://datatracker.ietf.org/doc/html/rfc4122
* https://github.com/django/django/blob/main/django/urls/converters.py#L26
--
--
Ticket URL: <https://code.djangoproject.com/ticket/33164#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/071.746867bed51930d97d4793eeaf520656%40djangoproject.com.