Amit Upadhyay wrote:
> This is not about specs or what is allowed, rather what is there in
> actual django. And about implementation goals for django. It is
> possible to have a django(core+contrib apps shipped with django) with
> only SELECT queries in response for GET request. So far I have
> identified two places and their work arounds. Are there more? They
> should be avoided, and if not possible documented.

For example you can't implement OpenID consumer without altering 
application state on GET (actually logging a user in happens upon HTTP 
redirect).

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

Reply via email to