1
0
mirror of https://github.com/django/django.git synced 2025-01-11 10:56:28 +00:00
django/tests/regressiontests/templates
2010-09-12 19:40:44 +00:00
..
eggs Fixed #13334: Restored ability to load template tags from eggs. Again thanks Ramiro and metzen for pointers on how to find out if a module loaded from an egg has a particular submodule, and Russ for review. 2010-04-15 19:57:09 +00:00
templates Fixed #13573 -- Corrected problem with template caching when template directories are provided. Thanks to lamby for the report. 2010-05-21 08:54:15 +00:00
templatetags Add file mistakenly left out of r12986. Refs #13334. 2010-04-15 20:36:00 +00:00
__init__.py
context.py
custom.py
filters.py Fixed #13702 -- Made sure to actually fall back to the l10n format strings provided in the settings, when disabled. 2010-09-12 19:40:44 +00:00
loaders.py Fixed #13573 -- Corrected problem with template caching when template directories are provided. Thanks to lamby for the report. 2010-05-21 08:54:15 +00:00
models.py
nodelist.py
parser.py
smartif.py
tests.py Fixed #13475 - for tag raises an exception when trying to unpack a non-iterable item 2010-09-07 20:30:46 +00:00
unicode.py
urls.py
views.py