On Saturday 04 July 2009 21:57:08 adrian wrote: > ValueError at /cart/view/ > The view cart.views.view didn't return an HttpResponse object.
I have been bitten by this error message. The message should be: 'The view cart.views.view didn't return anything.' Of course HttpResponse object is a subset of 'anything', so the error message is 'technically correct'. -- regards kg http://lawgon.livejournal.com --~--~---------~--~----~------------~-------~--~----~ 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=en -~----------~----~----~----~------~----~------~--~---

