On 11/4/07, Hugh Bien <[EMAIL PROTECTED]> wrote:

> By what level do you mean what version of Django? I'm running Django 0.96.
>

Yes.  0.96 precedes the fix I mentioned.  So, try:

@cache_page

instead of:

@cache_page(60 * 15)

If that fixes the problem, and you really need to specify the timeout, I
think the non-decorator syntax works for that in 0.96.

Karen

--~--~---------~--~----~------------~-------~--~----~
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 [EMAIL PROTECTED]
For more options, visit this group at 
http://groups.google.com/group/django-users?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to