|
@@ -6,14 +6,10 @@ |
|
|
|
|
|
from ella.core.models import Publishable
|
|
|
from ella.core.cache import get_cached_list
|
|
|
-from ella.core.box import Box
|
|
|
-
|
|
|
|
|
|
class InfoBox(models.Model):
|
|
|
"""Defines embedable text model."""
|
|
|
|
|
|
- box_class = Box
|
|
|
-
|
|
|
title = models.CharField(_('Title'), max_length=255)
|
|
|
created = models.DateTimeField(_('Created'), default=datetime.now, editable=False)
|
|
|
updated = models.DateTimeField(_('Updated'), blank=True, null=True)
|
|
|
0 comments on commit
e957b60