django1/django/template/loaders
Aymeric Augustin 3bc7a14ea5 Normalized opening a file and decoding its content.
`io.open` is required on Python 2.7. Just `open` would work on Python 3.
2014-11-11 22:54:27 +01:00
..
__init__.py MERGED MAGIC-REMOVAL BRANCH TO TRUNK. This change is highly backwards-incompatible. Please read http://code.djangoproject.com/wiki/RemovingTheMagic for upgrade instructions. 2006-05-02 01:31:56 +00:00
app_directories.py Normalized opening a file and decoding its content. 2014-11-11 22:54:27 +01:00
cached.py Fixed #21460 -- Reenabled proper template precedence in find_template 2013-11-22 11:09:51 +01:00
eggs.py Renamed AppCache to Apps. 2013-12-24 12:25:17 +01:00
filesystem.py Normalized opening a file and decoding its content. 2014-11-11 22:54:27 +01:00