encode / django-vanilla-views

Beautifully simple class-based views.
http://django-vanilla-views.org/
BSD 2-Clause "Simplified" License
985 stars 74 forks source link

Deprecate render_to_response and create equivalant render method #64

Closed auvipy closed 7 years ago

auvipy commented 7 years ago

it's for parralleling with django core

tomchristie commented 7 years ago

Not clear what the intent is here - Django uses a render_to_response method.