diff options
Diffstat (limited to 'djangorestframework/request.py')
| -rw-r--r-- | djangorestframework/request.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/djangorestframework/request.py b/djangorestframework/request.py index 988c0592..71ff8c0b 100644 --- a/djangorestframework/request.py +++ b/djangorestframework/request.py @@ -9,7 +9,7 @@ from django.http.multipartparser import LimitBytes from StringIO import StringIO class RequestMixin(object): - """Delegate class that supplements an HttpRequest object with additional behaviour.""" + """Mixin behaviour to deal with requests.""" USE_FORM_OVERLOADING = True METHOD_PARAM = "_method" |
