diff options
| author | Tom Christie | 2012-10-17 22:07:56 +0100 |
|---|---|---|
| committer | Tom Christie | 2012-10-17 22:07:56 +0100 |
| commit | 99d48f90030d174ef80498b48f56af6489865f0d (patch) | |
| tree | 4c4181d708fc6733c3f4459af7235fe1a17f0632 /rest_framework/views.py | |
| parent | 6717d654d0bbfdfca4aaea84a5b4814c4e5f7567 (diff) | |
| download | django-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.py | 2 |
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 { |
