django1/django/template
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
..
loaders Removed support for function-based template loaders. 2014-11-16 22:18:33 +01:00
__init__.py Fixed comment typo in django/template/__init__.py 2014-10-04 08:00:00 -04:00
base.py Fixed #23489 -- Added numpy 1.9+ support in template lookups 2014-09-29 19:51:39 -04:00
context.py Fixed #23585 - Corrected internal comment. 2014-11-15 14:07:31 +01:00
debug.py More attacking E302 violators 2013-11-02 13:12:09 -07:00
defaultfilters.py Fixed #23558 -- documented slugify limitations 2014-10-30 09:02:04 -04:00
defaulttags.py Limited lines to 119 characters in django/ 2014-09-05 09:22:16 -04:00
loader.py Refactored getting the list of template loaders. 2014-11-16 21:41:44 +01:00
loader_tags.py Limited lines to 119 characters in django/ 2014-09-05 09:22:16 -04:00
response.py Fixed #23730 -- Moved support for SimpleCookie HIGHEST_PROTOCOL pickling to http.cookie. 2014-11-12 19:04:45 +01:00
smartif.py Fixed all E226 violations 2013-11-03 10:08:55 -08:00
utils.py Refactored listing template subdirectories in apps. 2014-11-16 21:28:43 +01:00