diff options
Diffstat (limited to 'django/template')
| -rw-r--r-- | django/template/base.py | 2 |
1 files changed, 1 insertions, 1 deletions
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) |
