From b89125ef53a2f9e246afd5eda5c8f404a714da76 Mon Sep 17 00:00:00 2001 From: Tom Christie Date: Tue, 2 Oct 2012 21:26:15 +0100 Subject: Update view docs slightly --- rest_framework/mixins.py | 1 + 1 file changed, 1 insertion(+) (limited to 'rest_framework') 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. -- cgit v1.2.3