#8325: User Authentication Tutorial has incorrect redirect_field_name value
----------------------------------------------------------+-----------------
Reporter: Robert Reeves <[email protected]> | Owner:
nobody
Status: reopened | Milestone:
Component: Documentation | Version: SVN
Resolution: | Keywords:
Stage: Unreviewed | Has_patch: 0
Needs_docs: 0 | Needs_tests: 0
Needs_better_patch: 0 |
----------------------------------------------------------+-----------------
Changes (by anonymous):
* status: closed => reopened
* resolution: invalid =>
Comment:
I believe request is correct, login function passes to template parameter
called redirect_field_name and I believe intention for this parameter is
to use one like <form ...... action=....?{{redirect_field_name}}=abc>.
In current version redirect_field_name is returned as redirect_to where
redirect_to is value not name of variable so it's useless.
--
Ticket URL: <http://code.djangoproject.com/ticket/8325#comment:5>
Django <http://code.djangoproject.com/>
The Web framework for perfectionists with deadlines.
--
You received this message because you are subscribed to the Google Groups
"Django updates" group.
To post to this group, send email to [email protected].
To unsubscribe from this group, send email to
[email protected].
For more options, visit this group at
http://groups.google.com/group/django-updates?hl=en.