1
0
mirror of https://github.com/django/django.git synced 2025-10-31 09:41:08 +00:00

Fixed #26401 -- Added BaseAuthConfig to use auth without migrations.

This commit is contained in:
Jon Dufresne
2016-09-10 16:38:05 -07:00
committed by GitHub
parent 0368d63a78
commit 1ec1633cb2
5 changed files with 121 additions and 2 deletions

View File

@@ -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`
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~