Possibly useful tip:

Note that if you use request.is_ajax() in your django views, you can also use e.g. the "Modify Headers" firefox plugin to simply pretend to django that an ordinary request you've e.g. typed into your browser address bar is an "ajax" request, with a rule e.g.

Action   Name               Value            Comment
"Modify" "X-Requested-With" "XMLHttpRequest" "Fake AJAX Request"

Quite handy (there's a gui for enabling/disabling rules with a click)

https://addons.mozilla.org/en-US/firefox/addon/967

--
You received this message because you are subscribed to the Google Groups "Django 
users" group.
To post to this group, send email to django-us...@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