summaryrefslogtreecommitdiff
path: root/django/contrib/auth/management
AgeCommit message (Expand)Author
2026-02-27Fixed #27489 -- Renamed permissions upon model renaming in migrations.Artyom Kotovskiy
2026-01-05Fixed #36843, #36793 -- Reverted "Fixed #27489 -- Renamed permissions upon mo...Jacob Walls
2025-09-15Refs #27489 -- Made RenamePermission() operation respect database.David Sanders
2025-08-19Fixed #27489 -- Renamed permissions upon model renaming in migrations.Artyom Kotovskiy
2025-07-23Removed double spaces after periods and within phrases.Sarah Boyce
2024-11-26Fixed #35942 -- Fixed createsuperuser crash on Python 3.13+ when username is ...Tommy Allen
2024-05-13Fixed #35408 -- Optimized post-migrate permission creation.Adam Johnson
2024-05-10Fixed #35429 -- Added argparse choices to --database options.SaJH
2024-01-26Applied Black's 2024 stable style.Mariusz Felisiak
2023-08-08Fixed #34542 -- Made createsuperuser handle required blank fields in non-inte...Mateusz Więckowski
2022-12-24Fixed #34165 -- Made permissions creation respect the "using" parameter.David Wobrock
2022-09-27Completed test coverage for createsuperuser command.Marcelo Galigniana
2022-04-01Fixed #33613 -- Made createsuperuser detect uniqueness of USERNAME_FIELD when...Lucidiot
2022-02-07Refs #33476 -- Refactored code to strictly match 88 characters line length.Mariusz Felisiak
2022-02-07Refs #33476 -- Reformatted code with Black.django-bot
2021-10-12Fixed #33178 -- Made createsuperuser validate required fields passed in optio...Christophe Henry
2021-10-12Refs #21755 -- Fixed createsuperuser crash for required foreign keys passed i...Christophe Henry
2021-10-12Refs #29628, Refs #33178 -- Made createsuperuser validate password against re...Mariusz Felisiak
2021-10-07Fixed #33151 -- Fixed createsuperuser crash for many-to-many required fields ...Christophe Henry
2020-08-14Fixed #31878 -- Made createsuperuser respect --database option in default use...Yan Mitrofanov
2020-06-01Reverted "Refs #23919 -- Removed obsolete __init__.py files in management com...René Fleschenberg
2020-05-21Fixed #31546 -- Allowed specifying list of tags in Command.requires_system_ch...Hasan Ramezani
2020-04-27Refs #18325 -- Removed unnecessary line endings in management commands.François Freitag
2019-08-26Fixed #29019 -- Added ManyToManyField support to REQUIRED_FIELDS.Hasan Ramezani
2019-07-02Fixed #27801 -- Made createsuperuser fall back to environment variables for p...Hasan Ramezani
2019-01-16Fixed #11154, #22270 -- Made proxy model permissions use correct content type.Arthur Rio
2018-09-28Refs #28909 -- Simplifed code using unpacking generalizations.Sergey Fedoseev
2018-08-05Fixed #29616 -- Fixed createsuperuser for user models that don't have a passw...Josh Schneier
2018-08-04Made createsuperuser code more DRY.Josh Schneier
2018-08-04Fixed #29628 -- Made createsuperuser validate password against username and r...Josh Schneier
2018-07-02Removed parser.add_arguments() arguments that match the defaults.Claude Paroz
2018-06-03Fixed #10827 -- Ensured ContentTypes are created before permission creation.Claude Paroz
2018-05-29Fixed #28044 -- Unified the logic for createsuperuser's interactive and --noi...Dohyeon Kim
2018-05-16Fixed #8936 -- Added a view permission and a read-only admin.olivierdalang
2018-01-03Refs #23919 -- Removed obsolete __init__.py files in management command direc...я котик пур-пур
2017-11-03Fixed #28571 -- Added a prompt to bypass password validation in createsuperuser.Tom
2017-10-09Fixed #28591 -- Added an error message for createsuperuser --username= (blank).Hasan Ramezani
2017-06-16Fixed #27787 -- Made call_command() validate the options it receives.Chandrakant Kumar
2017-06-01Refs #23968 -- Removed unnecessary lists, generators, and tuple calls.Jon Dufresne
2017-04-01Removed implicit default store_true/false argparse args.Jon Dufresne
2017-02-04Refs #27656 -- Updated django.contrib docstring verb style according to PEP 257.Anton Samarchyan
2017-01-26Refs #23919, #27778 -- Removed obsolete mentions of unicode.Vytis Banaitis
2017-01-25Refs #23919 -- Replaced super(ClassName, self) with super().chillaranand
2017-01-20Refs #23919 -- Removed unneeded force_str callsClaude Paroz
2017-01-18Refs #23919 -- Removed most of remaining six usageClaude Paroz
2017-01-18Refs #23919 -- Removed six.PY2/PY3 usageClaude Paroz
2017-01-18Refs #23919 -- Removed encoding preambles and future importsClaude Paroz
2016-11-25Fixed #25966 -- Made get_user_model() work at import time.Aymeric Augustin
2016-05-15Fixed #24075 -- Used post-migration models in contrib apps receivers.Simon Charette
2016-04-08Fixed E128 flake8 warnings in django/.Tim Graham