diff options
| author | Aymeric Augustin <aymeric.augustin@m4x.org> | 2013-09-22 14:01:57 +0200 |
|---|---|---|
| committer | Aymeric Augustin <aymeric.augustin@m4x.org> | 2013-09-22 14:04:10 +0200 |
| commit | a5b062576bda29abe93504dbcb126e644d07f9dd (patch) | |
| tree | 7a036e4ae103cd5002c0965940a8b6adc21886ca /django/template | |
| parent | ee0ef1b0948c19bc5fee06a6b9b4286b879f81c1 (diff) | |
Removed a few trailing backslashes.
We have always been at war with trailing backslashes.
Diffstat (limited to 'django/template')
| -rw-r--r-- | django/template/response.py | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/django/template/response.py b/django/template/response.py index aa4f12af44..f673c5f46a 100644 --- a/django/template/response.py +++ b/django/template/response.py @@ -133,8 +133,7 @@ class SimpleTemplateResponse(HttpResponse): class TemplateResponse(SimpleTemplateResponse): - rendering_attrs = SimpleTemplateResponse.rendering_attrs + \ - ['_request', '_current_app'] + rendering_attrs = SimpleTemplateResponse.rendering_attrs + ['_request', '_current_app'] def __init__(self, request, template, context=None, content_type=None, status=None, current_app=None): |
