diff options
| author | Dragoon Aethis <DragoonAethis@users.noreply.github.com> | 2018-08-12 03:48:49 +0200 |
|---|---|---|
| committer | Tim Graham <timograham@gmail.com> | 2018-08-11 21:48:49 -0400 |
| commit | d3449faaa915a08c275b35de01e66a7ef6bdb2dc (patch) | |
| tree | 683f351be6c1f1f8884f4e083d1d82e2b4b982bf /docs | |
| parent | b5c7cb4d3306a7b4e8f87bcf365ff30ae53018ed (diff) | |
Refs #29449 -- Removed release note for "Allowed using contrib.auth forms without installing contrib.auth."
The code was reverted in f3fa86a89b3b85242f49b2b9acf58b5ea35acc1f.
Diffstat (limited to 'docs')
| -rw-r--r-- | docs/releases/2.1.txt | 4 |
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` ~~~~~~~~~~~~~~~~~~~~~~~~~ |
