diff options
| author | Tom <tom@tomforb.es> | 2017-09-09 18:06:20 +0100 |
|---|---|---|
| committer | Tim Graham <timograham@gmail.com> | 2017-11-03 20:00:08 -0400 |
| commit | b81905bfd4a745a407d246e899a7c0db1c7555be (patch) | |
| tree | 1b946b7896ad5eae75dd7ef5a2ee98575aac1941 /docs | |
| parent | 872be5976d1009ee8b90944a2fb14b1515172825 (diff) | |
Fixed #28571 -- Added a prompt to bypass password validation in createsuperuser.
Diffstat (limited to 'docs')
| -rw-r--r-- | docs/releases/2.1.txt | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/docs/releases/2.1.txt b/docs/releases/2.1.txt index 22768e2f1b..2135e1a958 100644 --- a/docs/releases/2.1.txt +++ b/docs/releases/2.1.txt @@ -42,7 +42,8 @@ Minor features :mod:`django.contrib.auth` ~~~~~~~~~~~~~~~~~~~~~~~~~~ -* ... +* :djadmin:`createsuperuser` now gives a prompt to allow bypassing the + :setting:`AUTH_PASSWORD_VALIDATORS` checks. :mod:`django.contrib.contenttypes` ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ |
