Change middleware to always be new-style.
Review Request #11961 — Created Jan. 21, 2022 and submitted — Latest diff uploaded
Information | |
---|---|
david | |
Djblets | |
release-3.x | |
Reviewers | |
djblets | |
With Djblets 3.x using only Django 3.2+, we no longer need to deal with
old-style middleware or theMIDDLEWARE_CLASSES
setting. This change
updates things to always use the new style.
Ran unit tests.