This website requires JavaScript.
Explore
Help
Sign In
mirrors
/
django
Watch
1
Star
0
Fork
0
You've already forked django
mirror of
https://github.com/django/django.git
synced
2025-02-15 03:48:26 +00:00
Code
Issues
32
Releases
Wiki
Activity
django
/
tests
/
template_tests
History
Aymeric Augustin
79deb6a071
Accounted for multiple template engines in template responses.
2015-01-12 21:01:34 +01:00
..
eggs
…
filter_tests
…
other_templates
…
syntax_tests
Fixed test from refs
#23913
when running tests in reverse.
2015-01-12 13:20:44 -05:00
templates
…
templatetags
Fixed
#24094
-- Enabled template tests to run individually.
2015-01-09 11:43:59 -05:00
__init__.py
…
alternate_urls.py
…
test_callables.py
…
test_context.py
…
test_custom.py
Fixed
#24094
-- Enabled template tests to run individually.
2015-01-09 11:43:59 -05:00
test_loaders.py
Deprecated passing a Context to a generic Template.render.
2015-01-12 21:01:34 +01:00
test_nodelist.py
…
test_parser.py
…
test_response.py
Accounted for multiple template engines in template responses.
2015-01-12 21:01:34 +01:00
test_smartif.py
…
test_unicode.py
…
tests.py
Deprecated passing a Context to a generic Template.render.
2015-01-12 21:01:34 +01:00
urls.py
…
utils.py
Fixed
#23913
-- Deprecated the
=
comparison in
if
template tag.
2015-01-11 15:21:01 -05:00
views.py
…