mirror of
https://github.com/django/django.git
synced 2025-10-31 09:41:08 +00:00
Fixed #36390 -- Deprecated RemoteUserMiddleware subclasses missing aprocess_request().
Regression in 50f89ae850.
Thank you to shamoon for the report and Natalia Bidart for the review.
This commit is contained in:
@@ -55,6 +55,10 @@ details on these changes.
|
||||
``django.contrib.postgres.aggregates.JSONBAgg``, and
|
||||
``django.contrib.postgres.aggregates.StringAgg`` will be removed.
|
||||
|
||||
* Support for subclasses of ``RemoteUserMiddleware`` that override
|
||||
``process_request()`` without overriding ``aprocess_request()`` will be
|
||||
removed.
|
||||
|
||||
.. _deprecation-removed-in-6.0:
|
||||
|
||||
6.0
|
||||
|
||||
Reference in New Issue
Block a user