Re: Make template caching a feature of the Django template engine

2015-11-26 Thread Jaap Roes
son not to be performant by default. > > Marc > On 23 Nov 2015 2:16 pm, "Jaap Roes" > > wrote: > >> It’s considered a good practice to enable template caching in Django. It >> saves on the overhead of loading and parsing templates and turning them >> i

Make template caching a feature of the Django template engine

2015-11-23 Thread Jaap Roes
It’s considered a good practice to enable template caching in Django. It saves on the overhead of loading and parsing templates and turning them into template objects, which can give a nice performance boost when repeatedly rendering the same templates. Currently it’s possible to enable templat

Re: The unordered_list template filter suports a format that was seen as old 7 years ago

2014-08-08 Thread Jaap Roes
First link is wrong, was missing a zero https://code.djangoproject.com/ticket/23260 On Fri, Aug 8, 2014 at 1:59 PM, wrote: > Today I tried to use the unordered_list template tag with a generator > (doesn't work https://code.djangoproject.com/ticket/2326). While > investigating the code I notice