Opened 13 years ago

Closed 12 years ago

#14822 closed Bug (duplicate)

contrib.auth docs should reference to new generic views.

Reported by: Łukasz Rekucki Owned by: nobody
Component: Documentation Version: 1.3-alpha
Severity: Normal Keywords:
Cc: Triage Stage: Accepted
Has patch: no Needs documentation: no
Needs tests: no Patch needs improvement: no
Easy pickings: no UI/UX: no

Description

See: http://docs.djangoproject.com/en/dev/topics/auth/#limiting-access-to-generic-views. object_detail view is deprecated, so the docs should be updated to use django.views.generic.DetailView instead.

Change History (5)

comment:1 by Gabriel Hurley, 13 years ago

Triage Stage: UnreviewedAccepted

comment:2 by anonymous, 13 years ago

milestone: 1.3
Severity: Normal
Type: Bug

comment:3 by Aymeric Augustin, 12 years ago

UI/UX: unset

Change UI/UX from NULL to False.

comment:4 by Aymeric Augustin, 12 years ago

Easy pickings: unset

Change Easy pickings from NULL to False.

comment:5 by Claude Paroz, 12 years ago

Resolution: duplicate
Status: newclosed

Has been fixed in #17390 (r17564)

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