﻿id	summary	reporter	owner	description	type	status	component	version	severity	resolution	keywords	cc	stage	has_patch	needs_docs	needs_tests	needs_better_patch	easy	ui_ux
33164	UUID URL converter should support uppercase hexadecimal digits	Renato Alencar	nobody	"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"	New feature	closed	Core (URLs)	dev	Normal	wontfix	uuid, url		Unreviewed	1	0	0	0	0	0
