X-Git-Url: https://git.mdrn.pl/prawokultury.git/blobdiff_plain/a133e0e8f7c0b89230c7520b2a56e2d7084ad29e..0a6e68a5be7d9d7df414a9afcad9982bb783a66e:/events/models.py diff --git a/events/models.py b/events/models.py index d147aeb..1151a11 100644 --- a/events/models.py +++ b/events/models.py @@ -6,7 +6,7 @@ from django.conf import settings from django.core.exceptions import ValidationError from django.db import models from django.utils.translation import ugettext_lazy as _, ugettext -from migdal.helpers import add_translatable +from fnpdjango.utils.models.translation import add_translatable class Event(models.Model):