Opened 19 years ago

Closed 17 years ago

#834 closed defect (fixed)

authentication documentation should document the viewfuncs in django.views.auth.login

Reported by: hugo Owned by: Adrian Holovaty
Component: Documentation Version: 0.91
Severity: minor Keywords:
Cc: Triage Stage: Ready for checkin
Has patch: no Needs documentation: no
Needs tests: no Patch needs improvement: no
Easy pickings: no UI/UX: no

Description

It's a missing part in the auth documentation: the user is told how to hook a viewfunc into authentication, but not how to do the actual login functionality. Maybe that should be added to the documentation, those views are quite handy.

Attachments (1)

834.diff (5.1 KB ) - added by James Bennett 17 years ago.
Documentation for all views and manipulators in the auth app

Download all attachments as: .zip

Change History (6)

comment:1 by Adrian Holovaty, 19 years ago

Owner: changed from Jacob to Adrian Holovaty
Status: newassigned

comment:2 by Adrian Holovaty, 18 years ago

Version: new-admin0.91

comment:3 by Chris Beaven, 17 years ago

Triage Stage: UnreviewedAccepted

by James Bennett, 17 years ago

Attachment: 834.diff added

Documentation for all views and manipulators in the auth app

comment:4 by James Bennett, 17 years ago

Triage Stage: AcceptedReady for checkin

comment:5 by Jacob, 17 years ago

Resolution: fixed
Status: assignedclosed

(In [4627]) Fixed #834: Added documentation of the built-in authentication views. Thanks, Ubernostrum.

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