django1/django/template
Claude Paroz d2e7d15b4c Assumed iri_to_uri always returns a string
Thanks Tim Graham for the review.
2017-01-23 19:59:33 +01:00
..
backends Refs #23919 -- Replaced six.reraise by raise 2017-01-22 20:08:04 +01:00
loaders Refs #23919 -- Stopped inheriting from object to define new style classes. 2017-01-19 08:39:46 +01:00
__init__.py Refs #25466 -- Removed aliases for LoaderOrigin and StringOrigin. 2017-01-17 20:52:01 -05:00
base.py Refs #23919 -- Removed re.U and re.UNICODE (default on Python 3). 2017-01-21 14:28:16 -05:00
context.py Refs #23919 -- Stopped inheriting from object to define new style classes. 2017-01-19 08:39:46 +01:00
context_processors.py Refs #23919 -- Removed encoding preambles and future imports 2017-01-18 09:55:19 +01:00
defaultfilters.py Assumed iri_to_uri always returns a string 2017-01-23 19:59:33 +01:00
defaulttags.py Refs #23919 -- Removed most of remaining six usage 2017-01-18 21:33:28 +01:00
engine.py Refs #23919 -- Stopped inheriting from object to define new style classes. 2017-01-19 08:39:46 +01:00
exceptions.py Moved engine-related exceptions to django.template.exceptions. 2015-05-06 17:33:47 -05:00
library.py Refs #23919 -- Stopped inheriting from object to define new style classes. 2017-01-19 08:39:46 +01:00
loader.py Refs #23919 -- Removed six.<various>_types usage 2017-01-18 20:18:46 +01:00
loader_tags.py Refs #23919 -- Stopped inheriting from object to define new style classes. 2017-01-19 08:39:46 +01:00
response.py Refs #23919 -- Removed six.<various>_types usage 2017-01-18 20:18:46 +01:00
smartif.py Refs #23919 -- Stopped inheriting from object to define new style classes. 2017-01-19 08:39:46 +01:00
utils.py Refs #23919 -- Removed django.utils._os.upath()/npath()/abspathu() usage. 2017-01-20 08:01:02 -05:00