#36928: django admin log model is missing makemigrations in 6.0 and 6.1 (dev)
-------------------------+-----------------------------------------
Reporter: devnull | Type: Bug
Status: new | Component: contrib.admin
Version: 6.0 | Severity: Normal
Keywords: | Triage Stage: Unreviewed
Has patch: 0 | Needs documentation: 0
Needs tests: 0 | Patch needs improvement: 0
Easy pickings: 0 | UI/UX: 0
-------------------------+-----------------------------------------
Hey,
I've noticed that the django admin log model is missing the makemigrations
because it still uses a AutoField instead of the BigAutoField introduced
in Django 6.0:
https://docs.djangoproject.com/en/6.0/ref/settings
/#default-auto-field. I've checked branch stable/6.0.x and main.
Is there a way to create the migration myself as a temporary workaround?
BR
--
Ticket URL: <
https://code.djangoproject.com/ticket/36928>
Django <
https://code.djangoproject.com/>
The Web framework for perfectionists with deadlines.