Opened 15 years ago

Closed 15 years ago

Last modified 15 years ago

#12383 closed (fixed)

Typo in user documentation s/Permisson/Permission/

Reported by: davedash Owned by: nobody
Component: Documentation Version: dev
Severity: Keywords: typo
Cc: Triage Stage: Ready for checkin
Has patch: yes Needs documentation: no
Needs tests: no Patch needs improvement: no
Easy pickings: no UI/UX: no
Pull Requests:How to create a pull request

Description

In:
http://docs.djangoproject.com/en/dev/topics/auth/ under Installation:

"Put 'django.contrib.auth' and 'django.contrib.contenttypes' in your INSTALLED_APPS setting. (The Permisson model in django.contrib.auth depends on django.contrib.contenttypes.)"

Should be:

"Put 'django.contrib.auth' and 'django.contrib.contenttypes' in your INSTALLED_APPS setting. (The Permission model in django.contrib.auth depends on django.contrib.contenttypes.)"

Not sure on the version of the docs, but I'm assuming SVN.

Change History (4)

by Tim Graham, 15 years ago

Attachment: 12383.diff added

comment:1 by Tim Graham, 15 years ago

Has patch: set
Keywords: typo added
Triage Stage: UnreviewedReady for checkin

comment:2 by Jannis Leidel, 15 years ago

Resolution: fixed
Status: newclosed

(In [12054]) Fixed #12383 - Typo fix for authentication documentation.

comment:3 by Jannis Leidel, 15 years ago

(In [12061]) [1.1.X] Fixed #12383 - Typo fix for authentication documentation.

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