#14173 closed (fixed)
Reference documentation for changepassword django-admin command added in 1.2
Reported by: | Ramiro Morales | Owned by: | nobody |
---|---|---|---|
Component: | Documentation | Version: | dev |
Severity: | Keywords: | ||
Cc: | Triage Stage: | Accepted | |
Has patch: | yes | Needs documentation: | no |
Needs tests: | no | Patch needs improvement: | yes |
Easy pickings: | no | UI/UX: | no |
Description
Attachments (1)
Change History (4)
by , 14 years ago
Attachment: | changepass-docs.diff added |
---|
comment:1 by , 14 years ago
Patch needs improvement: | set |
---|---|
Triage Stage: | Unreviewed → Accepted |
comment:2 by , 14 years ago
Resolution: | → fixed |
---|---|
Status: | new → closed |
Note:
See TracTickets
for help on using tickets.
I agree that documentation here can be improved.
However, changepassword *is* documented. It's just documented as part of contrib.auth -- since that's where it's defined. If you don't have contrib.auth installed, you won't have a changepassword command, either. createsuperuser *should* be in the same category, but isn't; for historical reasons, it's included in the main django-admin docs.
contrib.gis, and contrib.sitemaps also have management commands that should be clearly documented as part of the django-admin docs, but are currently only documented in the the app-specfic docs.
Rather than just put changepassword into the docs under a 'big list of commands', I think we add a new subheading so that we can group commands that are only available when certain apps are installed.