diff --git a/condensedinlinepanel/edit_handlers.py b/condensedinlinepanel/edit_handlers.py index ca495c8..289f72f 100644 --- a/condensedinlinepanel/edit_handlers.py +++ b/condensedinlinepanel/edit_handlers.py @@ -5,7 +5,7 @@ from django import forms from django.conf import settings from django.core.serializers.json import DjangoJSONEncoder -from django.utils.translation import ugettext_lazy as _ +from django.utils.translation import gettext_lazy as _ from modelcluster.forms import BaseChildFormSet