Opened 16 years ago

Closed 16 years ago

#6813 closed (duplicate)

login don't work with post_data

Reported by: favo <favo@…> 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)

login_with_post_data.diff (1.0 KB ) - added by favo <favo@…> 16 years ago.

Download all attachments as: .zip

Change History (2)

by favo <favo@…>, 16 years ago

Attachment: login_with_post_data.diff added

comment:1 by Brian Rosner, 16 years ago

Resolution: duplicate
Status: newclosed

Duplicate of #5999.

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