• 
      

    Add missing django.contrib.messages app.

    Review Request #12011 — Created Jan. 26, 2022 and submitted

    Information

    Review Board
    master

    Reviewers

    The Django admin app technically depends on the messages app. Until now
    it's run fine without that in INSTALLED_APPS, but after upgrading to
    Django 3.2 it causes an error instead. This change adds it.

    Ran unit tests.

    Summary ID
    Add missing django.contrib.messages app.
    The Django admin app technically depends on the messages app. Until now it's run fine without that in `INSTALLED_APPS`, but after upgrading to Django 3.2 it causes an error instead. This change adds it. Testing Done: Ran unit tests.
    6122da5454e8bbc1d5ec94c6b28ce032fb320448
    chipx86
    1. Ship It!
    2. 
        
    david
    Review request changed
    Status:
    Completed
    Change Summary:
    Pushed to django-3.2 (15e6892)