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.
This commit is contained in:
Gaurav Pandey 2021-06-18 19:44:50 +05:30 committed by Tim Abbott
parent 433452a9b3
commit d48a0e8076
1 changed files with 1 additions and 0 deletions

View File

@ -53,6 +53,7 @@ def get_filtered_commands() -> Dict[str, str]:
]
documented_command_subsets = {
"django.core": {
"changepassword",
"dbshell",
"makemigrations",
"migrate",