django-overextends
django-overextends copied to clipboard
Circular template inheritance for Django
There is a small typo in overextends/templatetags/overextends_tags.py. Should read `explicit` rather than `explict`.
Closes #35.
It appears that Django does now support circular inheritance. Not sure when it was introduced (believe 1.10?), but testing version 1.11 using the extends tag on a template of the...
Is Django 2.0 / 2.1 supported?
Hello, Most users of django-overextends don't need sphinx-me because they won't build the documentation. https://packaging.python.org/requirements/#install-requires states that `install_requires` "should be used to specify what a project **minimally** needs to run...
Fix remove_path seeking the relative template directory, but if template_loader used in the application is not the default django this can lead to problems. Observation: Remove path always remove the...
I have found the issue in some complex cases when "extended-overriden" template contains "extended-overriden" includes. For example this template set causes TemplateDoesNotExist exception when looking for `entry.txt` template (while rendering...