-- 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.
May we see the rest of your view? If not, you'll have to figure it out
by examining exactly what your 'request' variable contains. The error is
clearly from calling update() on it, and it not being allowed.
- 'WSGIRequest' object has no attribute 'update' Phang Mulianto
- Re: 'WSGIRequest' object has no attribute 'update' Shawn Milochik
- Re: 'WSGIRequest' object has no attribute 'update' Phang Mulianto
- Re: 'WSGIRequest' object has no attribute 'upd... Malcolm Box
- Re: 'WSGIRequest' object has no attribute ... Phang Mulianto