﻿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
36735	Add UUID4 and UUID7 database functions	Lily	Lily	"As discussed in https://github.com/django/new-features/issues/85, multiple databases (postgres, mariadb, oracle) have support for generating uuid4 and uuid7 values and it seems likely that other databases will follow. They are also popular choices for database primary keys, and together with `db_default` this will make it easy to use from Django.

django.contrib.postgres also has a `RandomUUID` function which supports uuid4. This can be deprecated and removed."	New feature	closed	Database layer (models, ORM)	dev	Normal	fixed	uuid	Paolo Melchiorre	Ready for checkin	1	0	0	0	0	0
