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
/
changepassword.py
Age
Commit message (
Expand
)
Author
2024-05-10
Fixed #35429 -- Added argparse choices to --database options.
SaJH
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
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
2018-07-02
Removed parser.add_arguments() arguments that match the defaults.
Claude Paroz
2017-01-20
Refs #23919 -- Removed unneeded force_str calls
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-08-01
Fixed #25089 -- Added password validation to createsuperuser/changepassword.
Alex Becker
2014-06-14
Converted remaining management commands to argparse
Claude Paroz
2014-04-10
Fixed #22364 -- Sanitized getpass input in changepassword.
John Paulett
2014-01-20
Fixed #16905 -- Added extensible checks (nee validation) framework
Russell Keith-Magee
2013-12-26
Fixed #21627 -- Added unicode_literals to changepassword command.
Jon Lønne
2013-10-21
Fixed #21288 -- Fixed E126 pep8 warnings
Alasdair Nicol
2013-10-18
Fixed #21287 -- Fixed E123 pep8 warnings
Alasdair Nicol
2013-01-22
Fixed #19596 -- Use `_default_manager` instead of `objects` in the auth app.
Florian Apolloner
2012-10-13
Fixed #19077, #19079 -- Made USERNAME_FIELD a required field, and modified Us...
Russell Keith-Magee
2012-09-26
Fixed #3011 -- Added swappable auth.User models.
Russell Keith-Magee
2012-03-12
Edited some docs and docstrings until [17685]
Adrian Holovaty
2012-03-05
Fixes #17327 -- Add --database option to createsuperuser and change password ...
Chris Beaven
2010-01-29
Fixed #6273 -- Added a 'changepassword' management command. Thanks to Ludvig ...
Russell Keith-Magee