0
0
mirror of https://github.com/django/django.git synced 2024-11-30 07:06:18 +01:00
django/tests/regressiontests/templates
Malcolm Tredinnick 4bd75e8712 Fixed a couple of chained filter tests that weren't demonstrating what they
claimed (since the "cut" filter's behaviour had changed since I originally
wrote those tests).


git-svn-id: http://code.djangoproject.com/svn/django/trunk@6684 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2007-11-17 12:18:09 +00:00
..
__init__.py
filters.py Fixed a couple of chained filter tests that weren't demonstrating what they 2007-11-17 12:18:09 +00:00
models.py
tests.py Fixed a few problems with variable resolving inside of blocktrans tags. A couple of these were exposed by the auto-escaping changes, but I suspect the other one has been hiding in plain sight for a while. 2007-11-17 12:12:18 +00:00
unicode.py
urls.py Fixed an invalid URL specification. 2007-10-27 06:23:05 +00:00
views.py