We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents ff35b97 + 6c1d0d7 commit 36e30c8Copy full SHA for 36e30c8
rest_framework/pagination.py
@@ -10,7 +10,7 @@
10
from django.template import Context, loader
11
from django.utils import six
12
from django.utils.six.moves.urllib import parse as urlparse
13
-from django.utils.translation import ugettext as _
+from django.utils.translation import ugettext_lazy as _
14
from rest_framework.compat import OrderedDict
15
from rest_framework.exceptions import NotFound
16
from rest_framework.response import Response
0 commit comments