Opened 17 years ago

Closed 17 years ago

#5922 closed (fixed)

ModelBackend is an old-style class (doesn't inherit from object)

Reported by: Honza Král Owned by: nobody
Component: Contrib apps Version: dev
Severity: Keywords: ModelBackend auth class
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

... and thus it is difficult to override it and use super()

Attachments (1)

5922-simple-fix.diff (411 bytes ) - added by Honza Král 17 years ago.

Download all attachments as: .zip

Change History (4)

by Honza Král, 17 years ago

Attachment: 5922-simple-fix.diff added

comment:1 by Thomas Güttler, 17 years ago

Triage Stage: UnreviewedAccepted

Accepted. ModelBackend is still no new style class (I am running [7196])

comment:2 by Thomas Güttler, 17 years ago

Triage Stage: AcceptedReady for checkin

comment:3 by Gary Wilson, 17 years ago

Resolution: fixed
Status: newclosed

(In [7201]) Fixed #5922 -- Turned ModelBackend authentication backend into a new-style class, thanks Honza_Kral.

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