#13932: URL with Hash and login_required ----------------------------+----------------------------------------------- Reporter: [email protected] | Owner: nobody Status: new | Milestone: Component: Authentication | Version: 1.2 Keywords: | Stage: Unreviewed Has_patch: 0 | ----------------------------+----------------------------------------------- If i try to open any login required site(decorator @login_required()) with hash on URL (like http://example.com/#profiles/user/edit), it will redirected to http://example.com/login/?next=/#profiles/user/edit
But after login, it redirected to http://example.com/ and not to http://example.com/#profiles/user/edit -- Ticket URL: <http://code.djangoproject.com/ticket/13932> 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.
