aboutsummaryrefslogtreecommitdiffstats
path: root/rest_framework/generics.py
diff options
context:
space:
mode:
Diffstat (limited to 'rest_framework/generics.py')
-rw-r--r--rest_framework/generics.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/rest_framework/generics.py b/rest_framework/generics.py
index 901d23d1..44f677cc 100644
--- a/rest_framework/generics.py
+++ b/rest_framework/generics.py
@@ -23,7 +23,7 @@ class BaseView(views.APIView):
"""
return {
'request': self.request,
- 'format': self.format,
+ 'format': self.format_kwarg,
'view': self
}