[2.1.x] Refs #29449 -- Removed release note for "Allowed using contrib.auth forms without installing contrib.auth."
The code was reverted inf3fa86a89b
. Backport ofd3449faaa9
from master
This commit is contained in:
parent
f72a7d8f44
commit
c903e905b3
|
@ -93,10 +93,6 @@ Minor features
|
|||
* :djadmin:`createsuperuser` now gives a prompt to allow bypassing the
|
||||
:setting:`AUTH_PASSWORD_VALIDATORS` checks.
|
||||
|
||||
* :class:`~django.contrib.auth.forms.UserCreationForm` and
|
||||
:class:`~django.contrib.auth.forms.UserChangeForm` no longer need to be
|
||||
rewritten for a custom user model.
|
||||
|
||||
:mod:`django.contrib.gis`
|
||||
~~~~~~~~~~~~~~~~~~~~~~~~~
|
||||
|
||||
|
|
Loading…
Reference in New Issue