summaryrefslogtreecommitdiff
path: root/docs/releases/1.11.txt
diff options
context:
space:
mode:
Diffstat (limited to 'docs/releases/1.11.txt')
-rw-r--r--docs/releases/1.11.txt4
1 files changed, 4 insertions, 0 deletions
diff --git a/docs/releases/1.11.txt b/docs/releases/1.11.txt
index 49540a320a..b2ba159c8a 100644
--- a/docs/releases/1.11.txt
+++ b/docs/releases/1.11.txt
@@ -109,6 +109,10 @@ Minor features
* Added password validators ``help_text`` to
:class:`~django.contrib.auth.forms.UserCreationForm`.
+* The new :class:`~django.contrib.auth.apps.BaseAuthConfig` ``AppConfig``
+ allows using the authentication system :ref:`without any of the built-in
+ models <using-auth-without-models>`.
+
:mod:`django.contrib.contenttypes`
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~