Opened 18 years ago
Closed 18 years ago
#6813 closed (duplicate)
login don't work with post_data
| Reported by: | Owned by: | nobody | |
|---|---|---|---|
| Component: | Uncategorized | Version: | newforms-admin |
| Severity: | Keywords: | ||
| Cc: | Triage Stage: | Unreviewed | |
| Has patch: | yes | Needs documentation: | no |
| Needs tests: | no | Patch needs improvement: | no |
| Easy pickings: | no | UI/UX: | no |
Description
AdminSite.login method have a copy paste error: there's no variable named view_func.
The patch just let the login method return None, and continue parse view in next logic of method root.
Attachments (1)
Change History (2)
by , 18 years ago
| Attachment: | login_with_post_data.diff added |
|---|
comment:1 by , 18 years ago
| Resolution: | → duplicate |
|---|---|
| Status: | new → closed |
Note:
See TracTickets
for help on using tickets.
Duplicate of #5999.