1
0
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:
Sarah Boyce
2025-05-20 17:12:25 +02:00
parent ad6f998898
commit 1704c49a9b
5 changed files with 90 additions and 9 deletions

View File

@@ -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