Kaydet (Commit) 07a9771b authored tarafından Tim Graham's avatar Tim Graham

Removed unused django.contrib.gis.shortcuts.render_to_text()

Unused since its introduction in 79e68c22.
üst 43b57400
......@@ -38,8 +38,3 @@ def render_to_kmz(*args, **kwargs):
compress_kml(loader.render_to_string(*args, **kwargs)),
content_type='application/vnd.google-earth.kmz',
)
def render_to_text(*args, **kwargs):
"Render the response using the MIME type for plain text."
return HttpResponse(loader.render_to_string(*args, **kwargs), content_type='text/plain')
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment