This website requires JavaScript.
Explore
Help
Sign In
innov
/
django1
Watch
1
Star
0
Fork
You've already forked django1
0
Code
Issues
Pull Requests
1
Projects
Releases
Wiki
Activity
5ceaf14686
django1
/
django
/
template
/
loaders
History
Tom
94475aab80
Replaced some map() and filter() calls with generators.
2017-05-27 13:58:56 -04: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
Fixed
#24409
-- Combined the app_directories and filesystem loader implementation.
2015-03-02 07:53:58 -05:00
base.py
Refs
#27656
-- Updated django.template/tag docstring verbs according to PEP 257.
2017-02-17 11:29:38 -05:00
cached.py
Replaced some map() and filter() calls with generators.
2017-05-27 13:58:56 -04:00
filesystem.py
Refs
#23919
-- Replaced super(ClassName, self) with super().
2017-01-25 12:23:46 -05:00
locmem.py
Refs
#23919
-- Replaced super(ClassName, self) with super().
2017-01-25 12:23:46 -05:00