Commit 4cbc53a7 by Alec Perkins

Whoops, forgot to explain these.

parent 9684b3fe
...@@ -78,8 +78,8 @@ The context that's available to the template: ...@@ -78,8 +78,8 @@ The context that's available to the template:
* `response` : The response object * `response` : The response object
* `version` : The version of Django REST Framework * `version` : The version of Django REST Framework
* `view` : The view handling the request * `view` : The view handling the request
* `FORMAT_PARAM` : self._FORMAT_QUERY_PARAM * `FORMAT_PARAM` : The view can accept a format override
* `METHOD_PARAM` : getattr(self.view, '_METHOD_PARAM', None) * `METHOD_PARAM` : The view can accept a method override
#### Not using base.html #### Not using base.html
......
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