Skip to content

render() must be called with a dict, not a RequestContext (RemovedInDjango110Warning) #3573

Closed
@jamesbeith

Description

@jamesbeith

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)

Metadata

Metadata

Assignees

No one assigned

    Labels

    Type

    No type

    Projects

    No projects

    Milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions