diff options
| author | Alec Perkins | 2012-09-09 17:25:34 -0400 |
|---|---|---|
| committer | Alec Perkins | 2012-09-09 17:27:24 -0400 |
| commit | 4cbc53a75d2d30d05f202777d4e1626011c2cb2e (patch) | |
| tree | 8d1d54514df5ed48fc7bcc6ae77cca189171c382 /docs/topics/browsable-api.md | |
| parent | 9684b3fe22d731eb84f67877ab94ee74c8761a01 (diff) | |
| download | django-rest-framework-4cbc53a75d2d30d05f202777d4e1626011c2cb2e.tar.bz2 | |
Whoops, forgot to explain these.
Diffstat (limited to 'docs/topics/browsable-api.md')
| -rw-r--r-- | docs/topics/browsable-api.md | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/docs/topics/browsable-api.md b/docs/topics/browsable-api.md index ba1984f7..6f8920bb 100644 --- a/docs/topics/browsable-api.md +++ b/docs/topics/browsable-api.md @@ -78,8 +78,8 @@ The context that's available to the template: * `response` : The response object * `version` : The version of Django REST Framework * `view` : The view handling the request -* `FORMAT_PARAM` : self._FORMAT_QUERY_PARAM -* `METHOD_PARAM` : getattr(self.view, '_METHOD_PARAM', None) +* `FORMAT_PARAM` : The view can accept a format override +* `METHOD_PARAM` : The view can accept a method override #### Not using base.html |
