Opened 14 years ago

Closed 14 years ago

Last modified 13 years ago

#13304 closed (fixed)

django.contrib.auth.decorators don't work with callable objects

Reported by: Horst Gutmann <horst@…> Owned by: nobody
Component: Core (Other) Version: 1.2-beta
Severity: Keywords: decorator
Cc: Triage Stage: Accepted
Has patch: yes Needs documentation: no
Needs tests: no Patch needs improvement: no
Easy pickings: no UI/UX: no

Description

Related to #13093 also the auth decorators stopped working with callable objects.

Attachments (1)

django12-authdecorators-callable.diff (2.0 KB ) - added by Horst Gutmann <horst@…> 14 years ago.

Download all attachments as: .zip

Change History (4)

by Horst Gutmann <horst@…>, 14 years ago

comment:1 by Russell Keith-Magee, 14 years ago

milestone: 1.2
Triage Stage: UnreviewedAccepted

comment:2 by Russell Keith-Magee, 14 years ago

Resolution: fixed
Status: newclosed

(In [12938]) Fixed #13304 -- Updated auth decorators so they can be used with callable classes. Thanks to Horst Gutmann for the report and patch.

comment:3 by Jacob, 13 years ago

milestone: 1.2

Milestone 1.2 deleted

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