diff options
| author | Tom Christie | 2012-10-02 21:26:15 +0100 |
|---|---|---|
| committer | Tom Christie | 2012-10-02 21:26:15 +0100 |
| commit | b89125ef53a2f9e246afd5eda5c8f404a714da76 (patch) | |
| tree | b0bccbb0f5b24abd41385394cf4a6fa22c2bbb39 /rest_framework/mixins.py | |
| parent | eaecffe211eff12310d37ac6104af7c64ad37d34 (diff) | |
| download | django-rest-framework-b89125ef53a2f9e246afd5eda5c8f404a714da76.tar.bz2 | |
Update view docs slightly
Diffstat (limited to 'rest_framework/mixins.py')
| -rw-r--r-- | rest_framework/mixins.py | 1 |
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. |
