index
:
chango.git
devmain
fix-31295
initial-branch
main
stable/5.2.x
stable/6.0.x
django
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
django
/
contrib
/
auth
/
management
/
commands
Age
Commit message (
Expand
)
Author
2026-05-28
Fixed #36225 -- Coped with lack of get_by_natural_key() in createsuperuser.
babbitt
2024-05-10
Fixed #35429 -- Added argparse choices to --database options.
SaJH
2024-01-26
Applied Black's 2024 stable style.
Mariusz Felisiak
2023-08-08
Fixed #34542 -- Made createsuperuser handle required blank fields in non-inte...
Mateusz Więckowski
2022-09-27
Completed test coverage for createsuperuser command.
Marcelo Galigniana
2022-04-01
Fixed #33613 -- Made createsuperuser detect uniqueness of USERNAME_FIELD when...
Lucidiot
2022-02-07
Refs #33476 -- Refactored code to strictly match 88 characters line length.
Mariusz Felisiak
2022-02-07
Refs #33476 -- Reformatted code with Black.
django-bot
2021-10-12
Fixed #33178 -- Made createsuperuser validate required fields passed in optio...
Christophe Henry
2021-10-12
Refs #21755 -- Fixed createsuperuser crash for required foreign keys passed i...
Christophe Henry
2021-10-12
Refs #29628, Refs #33178 -- Made createsuperuser validate password against re...
Mariusz Felisiak
2021-10-07
Fixed #33151 -- Fixed createsuperuser crash for many-to-many required fields ...
Christophe Henry
2020-08-14
Fixed #31878 -- Made createsuperuser respect --database option in default use...
Yan Mitrofanov
2020-06-01
Reverted "Refs #23919 -- Removed obsolete __init__.py files in management com...
René Fleschenberg
2020-05-21
Fixed #31546 -- Allowed specifying list of tags in Command.requires_system_ch...
Hasan Ramezani
2020-04-27
Refs #18325 -- Removed unnecessary line endings in management commands.
François Freitag
2019-08-26
Fixed #29019 -- Added ManyToManyField support to REQUIRED_FIELDS.
Hasan Ramezani
2019-07-02
Fixed #27801 -- Made createsuperuser fall back to environment variables for p...
Hasan Ramezani
2018-08-05
Fixed #29616 -- Fixed createsuperuser for user models that don't have a passw...
Josh Schneier
2018-08-04
Made createsuperuser code more DRY.
Josh Schneier
2018-08-04
Fixed #29628 -- Made createsuperuser validate password against username and r...
Josh Schneier
2018-07-02
Removed parser.add_arguments() arguments that match the defaults.
Claude Paroz
2018-05-29
Fixed #28044 -- Unified the logic for createsuperuser's interactive and --noi...
Dohyeon Kim
2018-01-03
Refs #23919 -- Removed obsolete __init__.py files in management command direc...
я котик пур-пур
2017-11-03
Fixed #28571 -- Added a prompt to bypass password validation in createsuperuser.
Tom
2017-10-09
Fixed #28591 -- Added an error message for createsuperuser --username= (blank).
Hasan Ramezani
2017-06-16
Fixed #27787 -- Made call_command() validate the options it receives.
Chandrakant Kumar
2017-04-01
Removed implicit default store_true/false argparse args.
Jon Dufresne
2017-01-25
Refs #23919 -- Replaced super(ClassName, self) with super().
chillaranand
2017-01-20
Refs #23919 -- Removed unneeded force_str calls
Claude Paroz
2017-01-18
Refs #23919 -- Removed most of remaining six usage
Claude Paroz
2017-01-18
Refs #23919 -- Removed encoding preambles and future imports
Claude Paroz
2016-11-25
Fixed #25966 -- Made get_user_model() work at import time.
Aymeric Augustin
2016-04-08
Fixed E128 flake8 warnings in django/.
Tim Graham
2016-03-05
Refs #26315 -- Cleaned up argparse options in commands.
Jon Dufresne
2016-02-12
Fixed #25304 -- Allowed management commands to check if migrations are applied.
Mounir Messelmeni
2015-09-24
Fixed #25457 -- Improved formatting of password validation errors in manageme...
Tzu-ping Chung
2015-09-08
Fixed #25350 -- Added alias --no-input for --noinput to management commands.
Raphael Michel
2015-08-01
Fixed #25089 -- Added password validation to createsuperuser/changepassword.
Alex Becker
2015-08-01
Removed unnecessary if statement in createsuperuser command.
Tim Graham
2015-06-06
Fixed #24910 -- Added createsuperuser support for non-unique USERNAME_FIELDs
Alasdair Nicol
2015-05-13
Removed unnecessary arguments in .get method calls
Piotr Jakimiak
2015-03-25
Renamed Field.rel attribute to remote_field
Anssi Kääriäinen
2014-09-08
Use "catch" instead of "trap" for exceptions.
Aymeric Augustin
2014-09-05
Limited lines to 119 characters in django/
Tim Graham
2014-07-08
Fixed #21832 -- Updated prompt, tests, and docs to show that USERNAME_FIELD s...
Anubhav Joshi
2014-07-03
Fixed #21755 -- Added ForeignKey support to REQUIRED_FIELDS.
Anubhav Joshi
2014-06-14
Converted remaining management commands to argparse
Claude Paroz
2014-04-10
Fixed #22364 -- Sanitized getpass input in changepassword.
John Paulett
2014-02-18
Removed BaseCommand.stdin introduced in 116d39842dab2569013856e9f3701a7cb6554...
Baptiste Mispelon
[next]