diff options
| author | Adrian Holovaty <adrian@holovaty.com> | 2008-01-05 00:03:12 +0000 |
|---|---|---|
| committer | Adrian Holovaty <adrian@holovaty.com> | 2008-01-05 00:03:12 +0000 |
| commit | 3d52ce730f72437645da3107fac8d29b3408ae61 (patch) | |
| tree | 9da027aa08cf0fb8750f4a790e6ac135168c0954 /tests | |
| parent | 6929c0d4d1d3b4611db0f8852772e1c2b87f8245 (diff) | |
Reverted 'regroup' template tag changes from [6956], as they caused bug #6271, which affects one of my sites. I don't have time to inspect the #6271 patch, so I'm reverting this change in the interim, to fix the bug immediately.
git-svn-id: http://code.djangoproject.com/svn/django/trunk@6996 bcc190cf-cafb-0310-a4f2-bffc1f526a37
Diffstat (limited to 'tests')
| -rw-r--r-- | tests/regressiontests/templates/tests.py | 10 |
1 files changed, 0 insertions, 10 deletions
diff --git a/tests/regressiontests/templates/tests.py b/tests/regressiontests/templates/tests.py index ef8fd43292..9e9033f975 100644 --- a/tests/regressiontests/templates/tests.py +++ b/tests/regressiontests/templates/tests.py @@ -809,16 +809,6 @@ class Templates(unittest.TestCase): '{% endfor %},' + \ '{% endfor %}', {}, ''), - - # Test syntax. - 'regroup03': ('{% regroup data by bar as %}', {}, - template.TemplateSyntaxError), - 'regroup04': ('{% regroup data by bar thisaintright grouped %}', {}, - template.TemplateSyntaxError), - 'regroup05': ('{% regroup data thisaintright bar as grouped %}', {}, - template.TemplateSyntaxError), - 'regroup06': ('{% regroup data by bar as grouped toomanyargs %}', {}, - template.TemplateSyntaxError), ### TEMPLATETAG TAG ####################################################### 'templatetag01': ('{% templatetag openblock %}', {}, '{%'), |
