X-Git-Url: https://git.mdrn.pl/wolnelektury.git/blobdiff_plain/c0a7799619e217e2eac724b1a688ad37f0182253..c6537f136f4ec0230f5e7c71dd1abf9616151a47:/src/polls/models.py diff --git a/src/polls/models.py b/src/polls/models.py index 2785f353e..ddf4003f8 100644 --- a/src/polls/models.py +++ b/src/polls/models.py @@ -2,7 +2,7 @@ # Copyright © Fundacja Nowoczesna Polska. See NOTICE for more information. # from django.db import models -from django.utils.translation import ugettext_lazy as _ +from django.utils.translation import gettext_lazy as _ from django.core.exceptions import ValidationError from django.urls import reverse