X-Git-Url: https://git.mdrn.pl/wolnelektury.git/blobdiff_plain/c0a7799619e217e2eac724b1a688ad37f0182253..a98d18bc92d7d28d54c0cc1c1a636c9d79e6a648:/src/polls/models.py?ds=inline 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