aboutsummaryrefslogtreecommitdiffstats
path: root/rest_framework/views.py
diff options
context:
space:
mode:
authorTom Christie2012-10-17 22:07:56 +0100
committerTom Christie2012-10-17 22:07:56 +0100
commit99d48f90030d174ef80498b48f56af6489865f0d (patch)
tree4c4181d708fc6733c3f4459af7235fe1a17f0632 /rest_framework/views.py
parent6717d654d0bbfdfca4aaea84a5b4814c4e5f7567 (diff)
downloaddjango-rest-framework-99d48f90030d174ef80498b48f56af6489865f0d.tar.bz2
Drop .parse_string_or_stream() - keep API minimal.
Diffstat (limited to 'rest_framework/views.py')
-rw-r--r--rest_framework/views.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/rest_framework/views.py b/rest_framework/views.py
index 62fc92f9..1be2593c 100644
--- a/rest_framework/views.py
+++ b/rest_framework/views.py
@@ -158,7 +158,7 @@ class APIView(View):
def get_parser_context(self, http_request):
"""
- Returns a dict that is passed through to Parser.parse_stream(),
+ Returns a dict that is passed through to Parser.parse(),
as the `parser_context` keyword argument.
"""
return {