Opened 16 years ago

Closed 15 years ago

#7376 closed (fixed)

auth docs don't say they depend on contenttypes

Reported by: Kenneth Arnold Owned by: nobody
Component: Documentation Version: dev
Severity: Keywords:
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

Description

The django.contrib.auth docs do not indicate that it depends on django.contrib.contenttypes.

Attachments (1)

topics-auth.diff (1.4 KB ) - added by arien 16 years ago.
Mention that django.contrib.auth.models.Permission depends on django.contrib.contenttypes

Download all attachments as: .zip

Change History (5)

comment:1 by Jeff Anderson, 16 years ago

Triage Stage: UnreviewedAccepted

by arien, 16 years ago

Attachment: topics-auth.diff added

Mention that django.contrib.auth.models.Permission depends on django.contrib.contenttypes

comment:2 by arien, 16 years ago

Has patch: set

comment:3 by Tim Graham, 15 years ago

Triage Stage: AcceptedReady for checkin

comment:4 by Luke Plant, 15 years ago

Resolution: fixed
Status: newclosed

(In [11487]) Fixed #7376: auth docs don't say they depend on contenttypes.

Thanks arien

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