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.
--
Ticket URL: <https://code.djangoproject.com/ticket/34938>
Django <https://code.djangoproject.com/>
The Web framework for perfectionists with deadlines.
* status: new => closed
* resolution: => duplicate
Comment:
Duplicate of #32577.
--
Ticket URL: <https://code.djangoproject.com/ticket/34938#comment:1>