django1/django/core/template
Adrian Holovaty bedf10a98d Fixed #598 -- Added {% include %} template tag. Added docs and unit tests. Thanks, rjwittams
git-svn-id: http://code.djangoproject.com/svn/django/trunk@1349 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2005-11-22 05:44:04 +00:00
..
loaders Fixed #663 -- app_directories template loader no longer assumes a dot in the app name. Thanks, Sune 2005-10-20 23:16:45 +00:00
__init__.py fixes #764 - the TokenParser now respects string parameters to filters that contain blanks. 2005-11-12 21:45:01 +00:00
defaultfilters.py Made floatformat filter not choke on non-floats 2005-11-02 19:01:27 +00:00
defaulttags.py Reworded docstrings and settings documentation from [1068] 2005-11-06 22:22:02 +00:00
loader.py Fixed #598 -- Added {% include %} template tag. Added docs and unit tests. Thanks, rjwittams 2005-11-22 05:44:04 +00:00