Djangoes:

This is not working (1.0.1 and 1.1.1):

        uri = urlresolvers.reverse('basket')
        self.client.session['cart'] = self.cart.pk
        response = self.client.post(uri)

The Google traffic on this topic is a confusing mishmash of
workarounds. (Take out the session object and call .save() on it, I
can't because it's not a dict, I'm not logged in yet, etc.) I tried
all that stuff and couldn't affect the bug.

Any tips?

--
  Phlip

--

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=.


Reply via email to