django/tests/regressiontests/templates
Claude Paroz 335a060fa6 Minor cleanups in templates test imports 2013-02-23 17:45:05 +01:00
..
eggs
templates
templatetags Used token.split_contents() for tokenisation in template tags accepting variables. 2013-02-23 15:15:30 +01:00
__init__.py
alternate_urls.py
callables.py Fixed #18269 -- Applied unicode_literals for Python 3 compatibility. 2012-06-07 18:08:47 +02:00
context.py
custom.py [py3k] Silence many warnings while running the tests. 2012-09-07 13:17:34 -04:00
filters.py Fixed #19370 -- Made date filter properly handle midnight value 2012-11-27 21:24:16 +01:00
loaders.py Fixed #19357 -- Allow non-ASCII chars in filesystem paths 2012-12-08 11:13:52 +01:00
models.py
nodelist.py
parser.py Fixed #19819 - Improved template filter errors handling. 2013-02-14 10:22:59 +01:00
response.py Fixed #19357 -- Allow non-ASCII chars in filesystem paths 2012-12-08 11:13:52 +01:00
smartif.py
tests.py Minor cleanups in templates test imports 2013-02-23 17:45:05 +01:00
unicode.py [py3] Replaced unicode/str by six.text_type/bytes. 2012-07-22 09:29:54 +02:00
urls.py Fixed #18269 -- Applied unicode_literals for Python 3 compatibility. 2012-06-07 18:08:47 +02:00
views.py