mirror of
https://github.com/django/django.git
synced 2025-09-26 12:09:19 +00:00
Fixed #27801 -- Made createsuperuser fall back to environment variables for password and required fields.
This commit is contained in:
parent
4b32d039db
commit
a5308514fb
4 changed files with 90 additions and 7 deletions
|
@ -102,6 +102,10 @@ Minor features
|
|||
password fields in :mod:`django.contrib.auth.forms` for better interaction
|
||||
with browser password managers.
|
||||
|
||||
* :djadmin:`createsuperuser` now falls back to environment variables for
|
||||
password and required fields, when a corresponding command line argument
|
||||
isn't provided in non-interactive mode.
|
||||
|
||||
:mod:`django.contrib.contenttypes`
|
||||
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue