Merge pull request #1387 from RicterZ/patch-1

Fixed a bug backticks
This commit is contained in:
Tom Christie 2014-02-04 08:41:55 -08:00
commit 74fc6d8f49

View File

@ -119,7 +119,7 @@ For example:
self.check_object_permissions(self.request, obj)
return obj
Note that if your API doesn't include any object level permissions, you may optionally exclude the ``self.check_object_permissions, and simply return the object from the `get_object_or_404` lookup.
Note that if your API doesn't include any object level permissions, you may optionally exclude the `self.check_object_permissions`, and simply return the object from the `get_object_or_404` lookup.
#### `get_filter_backends(self)`