Opened 14 years ago
Closed 14 years ago
#15944 closed Cleanup/optimization (duplicate)
Cross-reference contrib.auth.models.check_password and contrib.auth.models.User.check_password
Reported by: | Andy Terra | Owned by: | nobody |
---|---|---|---|
Component: | Documentation | Version: | 1.3 |
Severity: | Normal | Keywords: | docs auth User check_password |
Cc: | Triage Stage: | Unreviewed | |
Has patch: | yes | Needs documentation: | no |
Needs tests: | no | Patch needs improvement: | no |
Easy pickings: | no | UI/UX: | no |
Description
http://docs.djangoproject.com/en/1.3/topics/auth/#django.contrib.auth.models.check_password
http://docs.djangoproject.com/en/1.3/topics/auth.html#django.contrib.auth.models.User.check_password
I believe these two sections should be cross-referenced, so I'm attaching a patch with my proposal changes for this section of the docs. I was also getting a warning with sphinx when trying to build auth.txt from trunk that read
docs/topics/auth.txt:3: (SEVERE/4) Duplicate ID: "module-django.contrib.auth.views".
I'm attaching a second patch which aims to solve that issue as well. I'm not sure if the solution is correct, but it "worksforme" on a new sphinx build attempt.
This is my first patch ever, so proceed with caution!
Attachments (2)
Change History (4)
by , 14 years ago
Attachment: | topics_auth_crossreferencecheckpassword.diff added |
---|
by , 14 years ago
Attachment: | topics_auth_removeduplicateviews.diff added |
---|
I also apologize in advance if i happened to be too verbose in my patch.