Opened 3 years ago

Last modified 3 years ago

#33164 closed New feature

UUID URL converter should support uppercase hexadecimal digits — at Version 1

Reported by: Renato Alencar Owned by: nobody
Component: Core (URLs) Version: dev
Severity: Normal Keywords: uuid, url
Cc: Triage Stage: Unreviewed
Has patch: yes Needs documentation: no
Needs tests: no Patch needs improvement: no
Easy pickings: no UI/UX: no

Description (last modified by Renato Alencar)

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

Change History (1)

comment:1 by Renato Alencar, 3 years ago

Description: modified (diff)
Note: See TracTickets for help on using tickets.
Back to Top