Skip to content

Commit

Permalink
Eeee, revert.
Browse files Browse the repository at this point in the history
  • Loading branch information
whit committed Jul 21, 2010
1 parent d820022 commit e957b60
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions ella/articles/models.py
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand Down

0 comments on commit e957b60

Please sign in to comment.