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-01-27 02:29:55 +00:00
Code
Issues
32
Releases
Wiki
Activity
django
/
tests
/
template_tests
History
Aymeric Augustin
d9413d33b2
Refactored code and tests that relied on django.utils.tzinfo.
...
Refs
#17262
.
2013-09-09 22:32:52 +02:00
..
eggs
…
templates
Improved {% include %} implementation
2013-08-30 10:36:36 +03:00
templatetags
Fixed
#20989
-- Removed useless explicit list comprehensions.
2013-08-30 10:57:51 -04:00
__init__.py
Renamed some tests and removed references to modeltests/regressiontests.
2013-02-26 14:36:57 +01:00
alternate_urls.py
Removed most of absolute_import imports
2013-07-29 20:28:13 +02:00
filters.py
Refactored code and tests that relied on django.utils.tzinfo.
2013-09-09 22:32:52 +02:00
models.py
Renamed some tests and removed references to modeltests/regressiontests.
2013-02-26 14:36:57 +01:00
test_callables.py
Stopped using django.utils.unittest in the test suite.
2013-07-01 14:29:33 +02:00
test_context.py
Fixed
#17778
-- Prevented class attributes on context from resolving as template variables.
2013-08-12 12:41:39 -04:00
test_custom.py
Removed most of absolute_import imports
2013-07-29 20:28:13 +02:00
test_loaders.py
…
test_nodelist.py
…
test_parser.py
Simplify FilterExpression.args_check
2013-09-09 09:03:50 -04:00
test_response.py
…
test_smartif.py
…
test_unicode.py
Stopped using django.utils.unittest in the test suite.
2013-07-01 14:29:33 +02:00
tests.py
Fix
#20745
: Don't silence TypeError raised inside templates.
2013-09-08 22:05:35 +02:00
urls.py
Removed most of absolute_import imports
2013-07-29 20:28:13 +02:00
views.py
…