Skip to content

Commit

Permalink
Remove django DeprecationWarning
Browse files Browse the repository at this point in the history
  • Loading branch information
rhenter authored and codingjoe committed Dec 31, 2019
1 parent 21c0809 commit befc950
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion stdimage/validators.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

from django.core.exceptions import ValidationError
from django.core.validators import BaseValidator
from django.utils.translation import ugettext_lazy as _
from django.utils.translation import gettext_lazy as _
from PIL import Image


Expand Down

0 comments on commit befc950

Please sign in to comment.