Add missing django.contrib.messages app.

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

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.

Diff Revision 1 (Latest)

Commits

First Last Summary ID Author
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 David Trowbridge
reviewboard/settings.py
Loading...