1
0
mirror of https://github.com/django/django.git synced 2024-12-26 11:06:07 +00:00
django/tests/regressiontests/templates
2011-06-11 16:22:45 +00:00
..
eggs
templates Fixed #15070 -- Also pass current_app and use_l10n in inclusion_tags. Thanks, raony, mk and goodtune. 2011-04-28 13:41:28 +00:00
templatetags Fixed #11989 -- Allow passing a Template instance to inclusion_tag. Thanks to Jeremy Dunck and tcoenen. 2011-06-11 16:22:45 +00:00
__init__.py
alternate_urls.py
callables.py Fixed #15791 - method to signal that callable objects should not be called in templates 2011-04-19 22:06:19 +00:00
context.py
custom.py Fixed #11989 -- Allow passing a Template instance to inclusion_tag. Thanks to Jeremy Dunck and tcoenen. 2011-06-11 16:22:45 +00:00
filters.py
loaders.py Fixed import error that was causing EggLoader tests not to be run 2011-06-04 14:32:55 +00:00
models.py
nodelist.py
parser.py
response.py Updated test assertions that have been deprecated by the move to unittest2. In summary, this means: 2011-03-03 15:04:39 +00:00
smartif.py Updated test assertions that have been deprecated by the move to unittest2. In summary, this means: 2011-03-03 15:04:39 +00:00
tests.py Fixed #12847 -- Added name parameter to simple_tag, assignment_tag and inclusion_tag helpers. Thanks, vladmos. 2011-06-11 16:05:28 +00:00
unicode.py
urls.py
views.py