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-10 17:35:38 +00:00
Code
Issues
32
Releases
Wiki
Activity
django
/
tests
/
template_tests
History
Claude Paroz
5c1143910e
Removed most of absolute_import imports
...
Should be unneeded with Python 2.7 and up. Added some unicode_literals along the way.
2013-07-29 20:28:13 +02:00
..
eggs
…
templates
…
templatetags
…
__init__.py
…
alternate_urls.py
Removed most of absolute_import imports
2013-07-29 20:28:13 +02:00
filters.py
…
models.py
…
test_callables.py
…
test_context.py
Allowed Context.push to behave as a context mananger.
2013-07-17 13:32:32 -04:00
test_custom.py
Removed most of absolute_import imports
2013-07-29 20:28:13 +02:00
test_loaders.py
Fixed handling of template loader tests.
2013-07-25 17:19:17 -05:00
test_nodelist.py
…
test_parser.py
…
test_response.py
Fixed a number of minor misspellings.
2013-07-27 18:46:03 -07:00
test_smartif.py
…
test_unicode.py
…
tests.py
Removed most of absolute_import imports
2013-07-29 20:28:13 +02:00
urls.py
Removed most of absolute_import imports
2013-07-29 20:28:13 +02:00
views.py
…