Opened 18 years ago
Closed 18 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)
Change History (4)
by , 18 years ago
| Attachment: | 5922-simple-fix.diff added |
|---|
comment:1 by , 18 years ago
| Triage Stage: | Unreviewed → Accepted |
|---|
comment:2 by , 18 years ago
| Triage Stage: | Accepted → Ready for checkin |
|---|
comment:3 by , 18 years ago
| Resolution: | → fixed |
|---|---|
| Status: | new → closed |
Note:
See TracTickets
for help on using tickets.
Accepted. ModelBackend is still no new style class (I am running [7196])