﻿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
34938	Allow string based generators for AutoField	Gökhan Öztürk	nobody	"There are other alternative unique identifiers can be used in DB objects. UUID is not exactly new but can be used. Other alternative ones are `cuid` and `nanoid`.

Current implementation of `django.db.models.fields.AutoField` is being extended from `IntegerField`.
I tried to create another Base AutoField that is extending from `CharField` but there is a guard that checks if custom AutoField is being extended from `AutoField` or not.

I do not have a clear idea to accomplish this."	New feature	closed	Database layer (models, ORM)	5.0	Normal	duplicate	AutoField, string-based-ids		Unreviewed	0	0	0	0	0	0
