1
0
mirror of https://github.com/django/django.git synced 2024-11-19 07:54:07 +00:00
django/tests/regressiontests/templates
2012-08-18 10:18:24 +02:00
..
eggs Removed executable bits from some files that don't need them. 2012-03-09 12:13:31 +00:00
templates
templatetags
__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 Converted templates doctests into unittests. We have always been at war with doctests. 2010-11-04 04:47:05 +00:00
custom.py Fixed #18269 -- Applied unicode_literals for Python 3 compatibility. 2012-06-07 18:08:47 +02:00
filters.py [py3] Fixed templates tests. 2012-08-18 10:18:24 +02:00
loaders.py [py3] Used compatible imports of StringIO. 2012-08-08 14:50:01 +02: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 [py3] Compared response.content with bytes. 2012-08-14 12:29:53 +02:00
smartif.py Fixed #16225 -- Removed unused imports. Many thanks to Aymeric Augustin for the work on the patch and Alex for reviewing. 2011-07-13 09:35:51 +00:00
tests.py [py3] Fixed templates tests. 2012-08-18 10:18:24 +02:00
unicode.py [py3] Replaced unicode/str by six.text_type/bytes. 2012-07-22 09:29:54 +02:00
urls.py
views.py