Skip to content

Missing default_auto_field comment on app configs #1809

Description

@abkfenris

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)

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions