django/tests/regressiontests/templates
Malcolm Tredinnick dfddf129f0 Fixed #9701 -- Added a "safeseq" template filter.
This is like "safe", except it operates on the individual elements of a
sequence, rather than treating the whole argument as a string.

git-svn-id: http://code.djangoproject.com/svn/django/trunk@9952 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2009-03-02 08:16:33 +00:00
..
__init__.py
context.py
filters.py Fixed #9701 -- Added a "safeseq" template filter. 2009-03-02 08:16:33 +00:00
loaders.py Fixed #7767 -- Fixed template egg loading test for Windows systems. 2008-07-29 06:05:15 +00:00
models.py
tests.py Fixed a misnamed test that was inadvertently hiding an earlier one. 2009-03-01 06:54:38 +00:00
unicode.py
urls.py Altered a failing url template tag test to work more reliably. 2008-10-05 04:59:55 +00:00
views.py Added a couple of extra tests to ensure url tag robustness. These are an 2008-08-31 17:29:49 +00:00