Hello there,

I have a form. Once it's submitted (method=POST) the view handling the
submit uses the @login_required decorator.

Problem is that when the login page intercepts to enforce login, it
passes the user over to the view via the "next" parameter but that's
no longer considered a POST request.

So how do I make sure that it remains a POST and not a GET?

Any help is appreciated. Thanks.

--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"Django users" group.
To post to this group, send email to django-users@googlegroups.com
To unsubscribe from this group, send email to 
django-users+unsubscr...@googlegroups.com
For more options, visit this group at 
http://groups.google.com/group/django-users?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to