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.

Commits

Files

    Loading...