#33164: UUID URL converter should support uppercase hexadecimal digits -----------------------------------------+--------------------------- Reporter: renatoalencar | Owner: nobody Type: Bug | Status: new Component: Core (URLs) | Version: dev Severity: Normal | 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 | -----------------------------------------+--------------------------- 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 -- Ticket URL: <https://code.djangoproject.com/ticket/33164> 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 django-updates+unsubscr...@googlegroups.com. To view this discussion on the web visit https://groups.google.com/d/msgid/django-updates/056.7742f391eeda1dac4ea29a5e94c9cdb6%40djangoproject.com.