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
Age
Commit message (
Expand
)
Author
2026-02-27
Fixed #27489 -- Renamed permissions upon model renaming in migrations.
Artyom Kotovskiy
2026-01-05
Fixed #36843, #36793 -- Reverted "Fixed #27489 -- Renamed permissions upon mo...
Jacob Walls
2025-09-15
Refs #27489 -- Made RenamePermission() operation respect database.
David Sanders
2025-08-19
Fixed #27489 -- Renamed permissions upon model renaming in migrations.
Artyom Kotovskiy
2025-07-23
Removed double spaces after periods and within phrases.
Sarah Boyce
2024-11-26
Fixed #35942 -- Fixed createsuperuser crash on Python 3.13+ when username is ...
Tommy Allen
2024-05-13
Fixed #35408 -- Optimized post-migrate permission creation.
Adam Johnson
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-12-24
Fixed #34165 -- Made permissions creation respect the "using" parameter.
David Wobrock
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
2019-01-16
Fixed #11154, #22270 -- Made proxy model permissions use correct content type.
Arthur Rio
2018-09-28
Refs #28909 -- Simplifed code using unpacking generalizations.
Sergey Fedoseev
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-06-03
Fixed #10827 -- Ensured ContentTypes are created before permission creation.
Claude Paroz
2018-05-29
Fixed #28044 -- Unified the logic for createsuperuser's interactive and --noi...
Dohyeon Kim
2018-05-16
Fixed #8936 -- Added a view permission and a read-only admin.
olivierdalang
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-06-01
Refs #23968 -- Removed unnecessary lists, generators, and tuple calls.
Jon Dufresne
2017-04-01
Removed implicit default store_true/false argparse args.
Jon Dufresne
2017-02-04
Refs #27656 -- Updated django.contrib docstring verb style according to PEP 257.
Anton Samarchyan
2017-01-26
Refs #23919, #27778 -- Removed obsolete mentions of unicode.
Vytis Banaitis
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 six.PY2/PY3 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-05-15
Fixed #24075 -- Used post-migration models in contrib apps receivers.
Simon Charette
2016-04-08
Fixed E128 flake8 warnings in django/.
Tim Graham
[next]