Skip to content

Commit d48a0e8

Browse files
ligmitztimabbott
authored andcommitted
manage: Restore changepassword back to documented_commands.
The current help text in manage.py does not displays `changepassword` command under the set of django commands subset. Hence, add back `changepassword` to the help text.
1 parent 433452a commit d48a0e8

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

manage.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -53,6 +53,7 @@ def get_filtered_commands() -> Dict[str, str]:
5353
]
5454
documented_command_subsets = {
5555
"django.core": {
56+
"changepassword",
5657
"dbshell",
5758
"makemigrations",
5859
"migrate",

0 commit comments

Comments
 (0)