mirror of
https://github.com/django/django.git
synced 2025-11-19 03:08:59 +00:00
Refs #36390 -- Removed support for RemoteUserMiddleware subclasses missing aprocess_request().
Per deprecation timeline.
This commit is contained in:
parent
7d7e5cd055
commit
0655d958bd
3 changed files with 6 additions and 66 deletions
|
|
@ -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.
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue