Re: Odd caching/header error

2008-06-12 Thread [EMAIL PROTECTED]
Ahh.. so it is. I see it now. --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups "Django users" group. To post to this group, send email to django-users@googlegroups.com To unsubscribe from this group, send email to

Re: Odd caching/header error

2008-06-12 Thread Matthias Kestenholz
On Thu, 2008-06-12 at 08:46 -0700, [EMAIL PROTECTED] wrote: > Anyone know what this means? > > Traceback (most recent call last): > > File "/home/grmadmin/lib/python2.5/django/core/handlers/base.py", > line 82, in get_response >response = callback(request, *callback_args,

Re: Odd caching/header error

2008-06-12 Thread Karen Tracey
On Thu, Jun 12, 2008 at 11:46 AM, [EMAIL PROTECTED] < [EMAIL PROTECTED]> wrote: > > Anyone know what this means? > > Traceback (most recent call last): > > File "/home/grmadmin/lib/python2.5/django/core/handlers/base.py", > line 82, in get_response > response = callback(request,

Odd caching/header error

2008-06-12 Thread [EMAIL PROTECTED]
Anyone know what this means? Traceback (most recent call last): File "/home/grmadmin/lib/python2.5/django/core/handlers/base.py", line 82, in get_response response = callback(request, *callback_args, **callback_kwargs) File "/home/grmadmin/lib/python2.5/django/views/decorators/cache.py",