• 
      

    Add DEFAULT_AUTO_FIELD to settings.

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

    Information

    Review Board
    release-5.0.x

    Reviewers

    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 ID
    Add DEFAULT_AUTO_FIELD to settings.
    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. Testing Done: Ran devserver and saw all the warnings go away.
    f0074355e9307883646e60bdcfa4fcd3d742127f
    chipx86
    1. Ship It!
    2. 
        
    david
    Review request changed
    Status:
    Completed
    Change Summary:
    Pushed to django-3.2 (12b62dd)