1
0
mirror of https://github.com/django/django.git synced 2025-10-31 09:41:08 +00:00

Fixed #28571 -- Added a prompt to bypass password validation in createsuperuser.

This commit is contained in:
Tom
2017-09-09 18:06:20 +01:00
committed by Tim Graham
parent 872be5976d
commit b81905bfd4
3 changed files with 35 additions and 2 deletions

View File

@@ -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`
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~