mirror of
https://github.com/django/django.git
synced 2025-10-31 09:41:08 +00:00
Removed unreachable code
This commit is contained in:
committed by
Tim Graham
parent
aef2a0ec59
commit
4359be023b
@@ -104,7 +104,6 @@ def render_to_string(template_name, context=None,
|
||||
raise ValueError(
|
||||
"render_to_string doesn't support the request argument "
|
||||
"when some deprecated arguments are passed.")
|
||||
continue
|
||||
# Hack -- use the internal Engine instance of DjangoTemplates.
|
||||
return engine.engine.render_to_string(
|
||||
template_name, context, context_instance, dirs, dictionary)
|
||||
|
||||
Reference in New Issue
Block a user