diff options
| author | Tom Christie | 2012-10-03 09:46:12 +0100 |
|---|---|---|
| committer | Tom Christie | 2012-10-03 09:46:12 +0100 |
| commit | d8b05201edde0dd3b22d3b57ebeb04a2ed533b95 (patch) | |
| tree | 56ffc76eddfa3fc07da832f98d605767755d8493 /rest_framework/mixins.py | |
| parent | 1a05942166abfc68f83caea535aa44733b1e37a9 (diff) | |
| parent | 637bfa0f8f4f5be4b877109bd744aa66718ececc (diff) | |
| download | django-rest-framework-d8b05201edde0dd3b22d3b57ebeb04a2ed533b95.tar.bz2 | |
Merge branch 'restframework2' of https://github.com/tomchristie/django-rest-framework into restframework2
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. |
