It seems the error is caused by this line: errors = [m for m in get_messages(request) if m.level == constants.ERROR]
That is from the 'get_product()' which I copied from src/satchmo/satchmo/apps/product/views/__init__.py I am baffled. I don't have django's 'message levels' enabled. But why would the original version of get_product() work? where does the ".level" get set ? Many thanks, Thomas -- You received this message because you are subscribed to the Google Groups "Satchmo users" group. To view this discussion on the web visit https://groups.google.com/d/msg/satchmo-users/-/0mHbFpGegScJ. 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/satchmo-users?hl=en.
