Opened 14 years ago

Closed 13 years ago

Last modified 13 years ago

#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)

changepass-docs.diff (3.0 KB ) - added by Ramiro Morales 14 years ago.

Download all attachments as: .zip

Change History (4)

by Ramiro Morales, 14 years ago

Attachment: changepass-docs.diff added

comment:1 by Russell Keith-Magee, 14 years ago

Patch needs improvement: set
Triage Stage: UnreviewedAccepted

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.

comment:2 by Ramiro Morales, 13 years ago

Resolution: fixed
Status: newclosed

(In [14327]) Fixed #14173 -- Added sections about contrib apps-provided commands to django-admin.py docs.

Added documentation about changepassword, pointers to GeoDjango, sitemaps and
staticfiles commands, grouped them by app.

comment:3 by Ramiro Morales, 13 years ago

(In [14328]) [1.2.X] Fixed #14173 -- Added sections about contrib apps-provided commands to django-admin.py docs.

Added documentation about changepassword, pointers to GeoDjango and sitemaps
commands, grouped them by app.

Backport of [14327] from trunk

Note: See TracTickets for help on using tickets.
Back to Top