diff options
| author | Tim Graham <timograham@gmail.com> | 2017-01-02 10:25:57 -0500 |
|---|---|---|
| committer | Tim Graham <timograham@gmail.com> | 2017-01-17 20:52:05 -0500 |
| commit | e27e4c03399f610e0db1fb9b881095d762fda2b7 (patch) | |
| tree | 11bd3fc4e762fad072ef29c0498daab3cba49554 /docs/howto/auth-remote-user.txt | |
| parent | 401c5b2e42bf9134d9221f446765dd0777306f0b (diff) | |
Removed versionadded/changed annotations for 1.10.
Diffstat (limited to 'docs/howto/auth-remote-user.txt')
| -rw-r--r-- | docs/howto/auth-remote-user.txt | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/docs/howto/auth-remote-user.txt b/docs/howto/auth-remote-user.txt index b695fbd647..7bc9ef08c0 100644 --- a/docs/howto/auth-remote-user.txt +++ b/docs/howto/auth-remote-user.txt @@ -75,10 +75,6 @@ regardless of ``AUTHENTICATION_BACKENDS``. :class:`~django.contrib.auth.backends.AllowAllUsersRemoteUserBackend` if you want to allow them to. - .. versionchanged:: 1.10 - - In older versions, inactive users weren't rejected as described above. - If your authentication mechanism uses a custom HTTP header and not ``REMOTE_USER``, you can subclass ``RemoteUserMiddleware`` and set the ``header`` attribute to the desired ``request.META`` key. For example:: |
