aboutsummaryrefslogtreecommitdiffstats
path: root/rest_framework/mixins.py
diff options
context:
space:
mode:
authorTom Christie2012-10-02 21:26:15 +0100
committerTom Christie2012-10-02 21:26:15 +0100
commitb89125ef53a2f9e246afd5eda5c8f404a714da76 (patch)
treeb0bccbb0f5b24abd41385394cf4a6fa22c2bbb39 /rest_framework/mixins.py
parenteaecffe211eff12310d37ac6104af7c64ad37d34 (diff)
downloaddjango-rest-framework-b89125ef53a2f9e246afd5eda5c8f404a714da76.tar.bz2
Update view docs slightly
Diffstat (limited to 'rest_framework/mixins.py')
-rw-r--r--rest_framework/mixins.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/rest_framework/mixins.py b/rest_framework/mixins.py
index 167cd89a..d391755c 100644
--- a/rest_framework/mixins.py
+++ b/rest_framework/mixins.py
@@ -92,6 +92,7 @@ class DestroyModelMixin(object):
return Response(status=status.HTTP_204_NO_CONTENT)
+# TODO: Remove MetadataMixin, and implement on APIView.options()
class MetadataMixin(object):
"""
Return a dicitonary of view metadata.