Add DEFAULT_AUTO_FIELD to settings.

Review Request #12086 — Created Feb. 24, 2022 and submitted — Latest diff uploaded

david
Review Board
release-5.0.x
reviewboard

Django now wants us to explicitly define what type of AutoField we want
for IDs on models. This change adds that, and removes the unused
django import.

Ran devserver and saw all the warnings go away.

Commits

Files

    Loading...