Add missing django.contrib.messages app.
Review Request #12011 — Created Jan. 26, 2022 and submitted — Latest diff uploaded
The Django admin app technically depends on the messages app. Until now
it's run fine without that inINSTALLED_APPS
, but after upgrading to
Django 3.2 it causes an error instead. This change adds it.
Ran unit tests.