1
0
mirror of https://github.com/django/django.git synced 2025-10-24 14:16:09 +00:00

Refs #36390 -- Removed support for RemoteUserMiddleware subclasses missing aprocess_request().

Per deprecation timeline.
This commit is contained in:
Jacob Walls
2025-09-05 14:25:32 -04:00
committed by nessita
parent 7d7e5cd055
commit 0655d958bd
3 changed files with 6 additions and 66 deletions

View File

@@ -278,3 +278,7 @@ to remove usage of these features.
``django.contrib.postgres.aggregates.JSONBAgg``, and
``django.contrib.postgres.aggregates.StringAgg`` are removed in favor
of the ``order_by`` parameter.
* Support for subclasses of ``RemoteUserMiddleware`` that override
``process_request()`` without overriding ``aprocess_request()`` is
removed.