Kaydet (Commit) e69091b3 authored tarafından Markus Holtermann's avatar Markus Holtermann Kaydeden (comit) Tim Graham

Refs #25232 -- Documented AllowAll*Backend in "new features" section of 1.10 release notes.

üst 9a5a789d
......@@ -131,6 +131,13 @@ Minor features
:func:`~django.contrib.auth.views.login` view allows redirecting
authenticated users visiting the login page.
* The new :class:`~django.contrib.auth.backends.AllowAllUsersModelBackend` and
:class:`~django.contrib.auth.backends.AllowAllUsersRemoteUserBackend` ignore
the value of ``User.is_active``, while
:class:`~django.contrib.auth.backends.ModelBackend` and
:class:`~django.contrib.auth.backends.RemoteUserBackend` now reject inactive
users.
:mod:`django.contrib.gis`
~~~~~~~~~~~~~~~~~~~~~~~~~
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment