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 [email protected].
To unsubscribe from this group, send email to
[email protected].
For more options, visit this group at
http://groups.google.com/group/django-users?hl=.