Re: make_template_fragment_key is in what version?

2013-04-11 Thread Scott Anderson
Derp, my fault, thanks. I don't know how I missed that. Odd that that was the page that showed up first in the search results too. Regards, -scott On Apr 11, 2013, at 8:24 PM, James Bennett wrote: > Notice that your URL marks the version of Django as 'dev' -- that means it's > the

Re: make_template_fragment_key is in what version?

2013-04-11 Thread James Bennett
Notice that your URL marks the version of Django as 'dev' -- that means it's the documentation for the next, and as-yet-unreleased, version of Django, which will be 1.6. For the documentation for 1.5, change 'dev' in the URL to '1.5' (which is also what will happen when you click the

make_template_fragment_key is in what version?

2013-04-11 Thread Scott Anderson
Hello all, The public current version cache docs reference make_template_cache_key: https://docs.djangoproject.com/en/dev/topics/cache/ django.core.cache.utils.make_template_fragment_key(fragment_name, vary_on=None) If you want to obtain the cache key used for a cached fragment, you can use