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 21:48:49 -0400
commitd3449faaa915a08c275b35de01e66a7ef6bdb2dc (patch)
tree683f351be6c1f1f8884f4e083d1d82e2b4b982bf
parentb5c7cb4d3306a7b4e8f87bcf365ff30ae53018ed (diff)
Refs #29449 -- Removed release note for "Allowed using contrib.auth forms without installing contrib.auth."
The code was reverted in f3fa86a89b3b85242f49b2b9acf58b5ea35acc1f.
-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`
~~~~~~~~~~~~~~~~~~~~~~~~~