django/tests/regressiontests/templates
Claude Paroz 34ee7d9875 Updated deprecated test assertions 2013-01-08 19:08:15 +01:00
..
eggs Removed executable bits from some files that don't need them. 2012-03-09 12:13:31 +00:00
templates Fixed #18037 -- Changed behaviour of url and ssi template tags to the new syntax, as per official deprecation timeline. Thanks Ramiro Morales and Jannis Leidel for the review. 2012-04-24 19:55:52 +00:00
templatetags [py3] Fixed access to dict keys/values/items. 2012-08-07 12:00:22 +02: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 Fixed #18013 -- Use the new 'as' syntax for exceptions. 2012-04-29 20:57:15 +02:00
parser.py Fixed #18269 -- Applied unicode_literals for Python 3 compatibility. 2012-06-07 18:08:47 +02:00
response.py Fixed #19357 -- Allow non-ASCII chars in filesystem paths 2012-12-08 11:13:52 +01:00
smartif.py
tests.py Updated deprecated test assertions 2013-01-08 19:08:15 +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