Opened 16 years ago

Closed 16 years ago

#6656 closed (duplicate)

AdminSite.login() uses inexisting function

Reported by: Purdea Andrei Owned by: Purdea Andrei
Component: Uncategorized Version: newforms-admin
Severity: Keywords:
Cc: purdeaandrei@… Triage Stage: Unreviewed
Has patch: yes Needs documentation: no
Needs tests: no Patch needs improvement: no
Easy pickings: no UI/UX: no

Description

django.contrib.admin.sites.AdminSite.login() uses inexisting function, and *args, and kwargs that never have been passed to login(), and they have never been constructed.
It is probably something left from oldforms-admin

Attachments (2)

error.diff (756 bytes ) - added by Purdea Andrei 16 years ago.
error2.diff (1.1 KB ) - added by Purdea Andrei 16 years ago.

Download all attachments as: .zip

Change History (3)

by Purdea Andrei, 16 years ago

Attachment: error.diff added

by Purdea Andrei, 16 years ago

Attachment: error2.diff added

comment:1 by Purdea Andrei, 16 years ago

Resolution: duplicate
Status: newclosed

this is the second duplicate i already opened :-(
i need to be more attentive.
Anyway i'll upload one of my alternatives there too. #5999

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