What's Changed * An [issue](165 ) reported a gradually increasing delay between page loads, noticed when specifically using 'django-browser-reload' plugin. Some investigation showed get_dirs() to create delays over time, added cache.
The previous version isolates too much of the original context. This needs more time to work on a suitable solution to isolate context, for now we're reverting the behaviour.
1.0.7
What's Changed * Reinstated isolated context by wrabit in https://github.com/wrabit/django-cotton/pull/157 * Added template partials setup guide to docs by wrabit in https://github.com/wrabit/django-cotton/pull/154