Re: 'Context' object has no attribute 'push'

2007-11-27 Thread eberg
To continue this monolouge I worked around the problem by omitting the Context object and render the page with locals() instead. This called for unsetting all "private" variables in the view. It would however be interesting to figure out what went wrong... cheers --~--~-~--~~

Re: 'Context' object has no attribute 'push'

2007-11-27 Thread eberg
Additionally a full: Traceback (most recent call last): File "/usr/lib/python2.4/site-packages/django/core/handlers/base.py", line 81, in get_response response = callback(request, *callback_args, **callback_kwargs) File "/var/lib/django/djangoweb/nature/apps/store/views.py", line 567, in s