diff --git a/docs/releases/2.1.txt b/docs/releases/2.1.txt index 972a0b0bc3..471303c88f 100644 --- a/docs/releases/2.1.txt +++ b/docs/releases/2.1.txt @@ -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` ~~~~~~~~~~~~~~~~~~~~~~~~~