Django

Code

Ticket #6753 (closed: fixed)

Opened 6 months ago

Last modified 6 months ago

minor typo in authentication

Reported by: piem@piem.org Assigned to: nobody
Milestone: Component: Documentation
Version: SVN Keywords:
Cc: Triage Stage: Accepted
Has patch: 1 Needs documentation: 0
Needs tests: 0 Patch needs improvement: 0

Description

in http://www.djangoproject.com/documentation/authentication/#methods

part of the first code snippet reads

myuser.user_permissions.remove(permission, permission, ...]

but should read:

myuser.user_permissions.remove(permission, permission, ...)

Attachments

6753.docs.authentication.diff (0.8 kB) - added by PJCrosier on 03/11/08 14:10:30.
Cleaned up "method" example section

Change History

03/11/08 14:10:30 changed by PJCrosier

  • attachment 6753.docs.authentication.diff added.

Cleaned up "method" example section

03/11/08 14:10:55 changed by PJCrosier

  • needs_better_patch changed.
  • stage changed from Unreviewed to Accepted.
  • needs_tests changed.
  • needs_docs changed.

03/12/08 01:42:09 changed by gwilson

  • status changed from new to closed.
  • resolution set to fixed.

(In [7229]) Fixed #6753 -- Corrected typo in authentication docs, thanks piem@piem.org and PJCrosier.


Add/Change #6753 (minor typo in authentication)




Change Properties
Action