Opened 18 years ago
Closed 18 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)
Change History (3)
by , 18 years ago
| Attachment: | error.diff added |
|---|
by , 18 years ago
| Attachment: | error2.diff added |
|---|
comment:1 by , 18 years ago
| Resolution: | → duplicate |
|---|---|
| Status: | new → closed |
Note:
See TracTickets
for help on using tickets.
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