Opened 13 years ago

Closed 13 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)

topics_auth_crossreferencecheckpassword.diff (1.0 KB ) - added by Andy Terra 13 years ago.
topics_auth_removeduplicateviews.diff (400 bytes ) - added by Andy Terra 13 years ago.

Download all attachments as: .zip

Change History (4)

by Andy Terra, 13 years ago

comment:1 by Andy Terra, 13 years ago

I also apologize in advance if i happened to be too verbose in my patch.

comment:2 by Jannis Leidel, 13 years ago

Resolution: duplicate
Status: newclosed

Duplicate of #15942

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