Re: Does anyone know where I can find cache tag library?

2007-10-24 Thread Nicholas Ding
Thanks a lot, I've checked out from svn. On 10/23/07, Karen Tracey <[EMAIL PROTECTED]> wrote: > > If you're referring to template fragment caching, it's been in trunk since > rev. 6580 (just a couple of days). Doc is here: > > >

Re: Does anyone know where I can find cache tag library?

2007-10-23 Thread Jeremy Dunck
On 10/23/07, Karen Tracey <[EMAIL PROTECTED]> wrote: > If you're referring to template fragment caching, it's been in trunk since > rev. 6580 (just a couple of days). Doc is here: > > http://www.djangoproject.com/documentation/cache/#template-fragment-caching > > Does your checkout not have

Re: Does anyone know where I can find cache tag library?

2007-10-23 Thread Karen Tracey
If you're referring to template fragment caching, it's been in trunk since rev. 6580 (just a couple of days). Doc is here: http://www.djangoproject.com/documentation/cache/#template-fragment-caching Does your checkout not have django/templatetags/cache.py? It's certainly in svn:

Re: Does anyone know where I can find cache tag library?

2007-10-23 Thread Jeremy Dunck
On 10/22/07, Nicholas Ding <[EMAIL PROTECTED]> wrote: > Hi, guys: > I've checked out the code from svn, and wanna use cache in the template, but > cache tag library has gone... > Does anyone know where is the tag library? http://www.djangosnippets.org/snippets/223/