X-Git-Url: http://git.ithinksw.org/philo.git/blobdiff_plain/7f6fa6595b4c558d7a97ed00cdb19469db4919df..b97aa6632f51c6c1737768bde749dcd99bc5f1e6:/philo/models/nodes.py diff --git a/philo/models/nodes.py b/philo/models/nodes.py index a225416..c29ac2a 100644 --- a/philo/models/nodes.py +++ b/philo/models/nodes.py @@ -14,7 +14,8 @@ from django.utils.encoding import smart_str from philo.exceptions import MIDDLEWARE_NOT_CONFIGURED, ViewCanNotProvideSubpath, ViewDoesNotProvideSubpaths from philo.models.base import TreeEntity, Entity, register_value_model from philo.models.fields import JSONField -from philo.utils import ContentTypeSubclassLimiter, LazyPassthroughAttributeMapper +from philo.utils import ContentTypeSubclassLimiter +from philo.utils.entities import LazyPassthroughAttributeMapper from philo.signals import view_about_to_render, view_finished_rendering