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-28 19:44:35 +00:00
Code
Issues
32
Releases
Wiki
Activity
django
/
tests
/
regressiontests
/
templates
History
Jannis Leidel
0a68a2994b
Fixed
#18254
-- Added ability to the static template tags to store the result in a contextt variable. Many thanks to Andrei Antoukh for the initial patch.
2012-07-07 15:30:25 +02:00
..
eggs
…
templates
…
templatetags
…
__init__.py
…
alternate_urls.py
Convert the remainder of the relative imports in the tests to be absolute imports.
2011-10-13 21:34:56 +00:00
callables.py
…
context.py
…
custom.py
…
filters.py
…
loaders.py
Removed remains from times when tests could be run outside of runtests.py.
2011-10-26 21:03:18 +00:00
models.py
…
nodelist.py
…
parser.py
…
response.py
…
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
…
unicode.py
…
urls.py
Fixed
#18269
-- Applied unicode_literals for Python 3 compatibility.
2012-06-07 18:08:47 +02:00
views.py
…