From dfb4cb9970f86487f0aaa88c5dfcfafa31e4f430 Mon Sep 17 00:00:00 2001 From: Alasdair Nicol Date: Thu, 17 Oct 2013 23:27:45 +0100 Subject: Fixed #21285 -- Fixed E121,E122 pep8 warnings --- django/template/base.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'django/template') diff --git a/django/template/base.py b/django/template/base.py index 39b3bcae5c..b1df21f519 100644 --- a/django/template/base.py +++ b/django/template/base.py @@ -515,7 +515,7 @@ filter_raw_string = r""" 'var_chars': "\w\.", 'filter_sep': re.escape(FILTER_SEPARATOR), 'arg_sep': re.escape(FILTER_ARGUMENT_SEPARATOR), - } +} filter_re = re.compile(filter_raw_string, re.UNICODE | re.VERBOSE) -- cgit v1.3