From b81905bfd4a745a407d246e899a7c0db1c7555be Mon Sep 17 00:00:00 2001 From: Tom Date: Sat, 9 Sep 2017 18:06:20 +0100 Subject: Fixed #28571 -- Added a prompt to bypass password validation in createsuperuser. --- docs/releases/2.1.txt | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'docs') 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` ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -- cgit v1.3