Skip to content

Commit

Permalink
replace deprecated ugettext by gettext
Browse files Browse the repository at this point in the history
  • Loading branch information
aperrin66 committed Apr 10, 2024
1 parent 396bea7 commit 877188b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion geospaas/catalog/models.py
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
from django.core.exceptions import PermissionDenied
from django.core.files.storage import FileSystemStorage
from django.core.validators import URLValidator
from django.utils.translation import ugettext as _
from django.utils.translation import gettext as _
from django.core.validators import RegexValidator

from geospaas.utils.utils import validate_uri
Expand Down

0 comments on commit 877188b

Please sign in to comment.