From d3449faaa915a08c275b35de01e66a7ef6bdb2dc Mon Sep 17 00:00:00 2001 From: Dragoon Aethis Date: Sun, 12 Aug 2018 03:48:49 +0200 Subject: [PATCH] Refs #29449 -- Removed release note for "Allowed using contrib.auth forms without installing contrib.auth." The code was reverted in f3fa86a89b3b85242f49b2b9acf58b5ea35acc1f. --- docs/releases/2.1.txt | 4 ---- 1 file changed, 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` ~~~~~~~~~~~~~~~~~~~~~~~~~