Add DEFAULT_AUTO_FIELD to settings.

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

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.

Summary
Add DEFAULT_AUTO_FIELD to settings.
chipx86
  1. Ship It!
  2. 
      
david
Review request changed

Status: Closed (submitted)

Change Summary:

Pushed to django-3.2 (12b62dd)
Loading...