You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Got the following warning on Django 1.9b1 whilst testing out the Rendering HTML example.
.../python3.4/site-packages/rest_framework/renderers.py:171: RemovedInDjango110Warning: render() must be called with a dict, not a RequestContext.
return template.render(context)
The text was updated successfully, but these errors were encountered:
Got the following warning on Django 1.9b1 whilst testing out the Rendering HTML example.
The text was updated successfully, but these errors were encountered: