django/tests/regressiontests/templates
Karen Tracey 2026934600 Fixed #8966 -- Changed is_safe for length_is filter to False, since its return value is a boolean, not a string.
Thanks Thomas Steinacher and carljm.


git-svn-id: http://code.djangoproject.com/svn/django/trunk@9291 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2008-10-28 19:00:49 +00:00
..
__init__.py
context.py Fixed #4563 -- Context.pop/push/update return the top-level dictionary (the new 2007-12-02 23:57:22 +00:00
filters.py Fixed #8966 -- Changed is_safe for length_is filter to False, since its return value is a boolean, not a string. 2008-10-28 19:00:49 +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 Added some better error reporting and path handling when creating template paths. 2008-10-06 06:34:54 +00:00
unicode.py Fixed #6057 -- Mark rendered template output as safe for auto-escaping purposes. 2007-11-30 15:32:01 +00:00
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