summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDragoon Aethis <DragoonAethis@users.noreply.github.com>2018-08-12 03:48:49 +0200
committerTim Graham <timograham@gmail.com>2018-08-11 22:32:51 -0400
commitc903e905b3c5d66477f8d04717650644afc04e1f (patch)
tree08895a6a4b52e730268c09d75ac6617a0e3afe50
parentf72a7d8f441a8e5d9705a0a7c8e9c8830aa10950 (diff)
[2.1.x] Refs #29449 -- Removed release note for "Allowed using contrib.auth forms without installing contrib.auth."
The code was reverted in f3fa86a89b3b85242f49b2b9acf58b5ea35acc1f. Backport of d3449faaa915a08c275b35de01e66a7ef6bdb2dc from master
-rw-r--r--docs/releases/2.1.txt4
1 files changed, 0 insertions, 4 deletions
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`
~~~~~~~~~~~~~~~~~~~~~~~~~