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.
1 parent 0d08e1d commit f1760d3Copy full SHA for f1760d3
oauth2_provider/models.py
@@ -4,7 +4,7 @@
4
from django.db import models
5
from django.utils import timezone
6
from django.db.models import get_model
7
-from django.utils.translation import ugettext as _
+from django.utils.translation import ugettext_lazy as _
8
from django.utils.encoding import python_2_unicode_compatible
9
from django.core.exceptions import ImproperlyConfigured
10
0 commit comments