Skip to content

Commit befc950

Browse files
rhentercodingjoe
authored andcommitted
Remove django DeprecationWarning
1 parent 21c0809 commit befc950

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

stdimage/validators.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
from django.core.exceptions import ValidationError
44
from django.core.validators import BaseValidator
5-
from django.utils.translation import ugettext_lazy as _
5+
from django.utils.translation import gettext_lazy as _
66
from PIL import Image
77

88

0 commit comments

Comments
 (0)