summaryrefslogtreecommitdiff
path: root/django/contrib/auth/management/commands/changepassword.py
AgeCommit message (Expand)Author
2024-05-10Fixed #35429 -- Added argparse choices to --database options.SaJH
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
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
2018-07-02Removed parser.add_arguments() arguments that match the defaults.Claude Paroz
2017-01-20Refs #23919 -- Removed unneeded force_str callsClaude 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-04-08Fixed E128 flake8 warnings in django/.Tim Graham
2016-03-05Refs #26315 -- Cleaned up argparse options in commands.Jon Dufresne
2016-02-12Fixed #25304 -- Allowed management commands to check if migrations are applied.Mounir Messelmeni
2015-09-24Fixed #25457 -- Improved formatting of password validation errors in manageme...Tzu-ping Chung
2015-08-01Fixed #25089 -- Added password validation to createsuperuser/changepassword.Alex Becker
2014-06-14Converted remaining management commands to argparseClaude Paroz
2014-04-10Fixed #22364 -- Sanitized getpass input in changepassword.John Paulett
2014-01-20Fixed #16905 -- Added extensible checks (nee validation) frameworkRussell Keith-Magee
2013-12-26Fixed #21627 -- Added unicode_literals to changepassword command.Jon Lønne
2013-10-21Fixed #21288 -- Fixed E126 pep8 warningsAlasdair Nicol
2013-10-18Fixed #21287 -- Fixed E123 pep8 warningsAlasdair Nicol
2013-01-22Fixed #19596 -- Use `_default_manager` instead of `objects` in the auth app.Florian Apolloner
2012-10-13Fixed #19077, #19079 -- Made USERNAME_FIELD a required field, and modified Us...Russell Keith-Magee
2012-09-26Fixed #3011 -- Added swappable auth.User models.Russell Keith-Magee
2012-03-12Edited some docs and docstrings until [17685]Adrian Holovaty
2012-03-05Fixes #17327 -- Add --database option to createsuperuser and change password ...Chris Beaven
2010-01-29Fixed #6273 -- Added a 'changepassword' management command. Thanks to Ludvig ...Russell Keith-Magee