Both deployments/apps.py and forecasts/apps.py omit it, with DEFAULT_AUTO_FIELD = "django.db.models.AutoField" pinned globally (settings.py:251). Fine as-is — but a one-line comment recording that AutoField is deliberate, rather than left over from a pre-3.2 project, would stop the next person from "fixing" it into a migration.
(from #1781)
Both
deployments/apps.pyandforecasts/apps.pyomit it, withDEFAULT_AUTO_FIELD = "django.db.models.AutoField"pinned globally (settings.py:251). Fine as-is — but a one-line comment recording thatAutoFieldis deliberate, rather than left over from a pre-3.2 project, would stop the next person from "fixing" it into a migration.(from #1781)