1
0
mirror of https://github.com/django/django.git synced 2024-11-18 15:34:16 +00:00
django/docs/internals
Aymeric Augustin fab26cf5e0 Removed support for function-based template loaders.
They were deprecated in Django 1.2 but not all the supporting code was
removed in Django 1.4. Since the remaining code was unlikely to be
functional (pun intended) e.g. it would crash unless the loader
function had an is_usable attribute, this commit completes the removal
immediately instead of starting another deprecation path.
2014-11-16 22:18:33 +01:00
..
_images
contributing Added reminder to committing docs to test a PR with Jenkins first. 2014-11-16 13:32:40 +01:00
deprecation.txt Removed support for function-based template loaders. 2014-11-16 22:18:33 +01:00
git.txt
howto-release-django.txt
index.txt
mailing-lists.txt
organization.txt
release-process.txt Designated Django 1.8 as the next LTS. 2014-11-16 09:03:20 +01:00
roles.txt
security.txt
team.txt