Remove old docstring.

This commit is contained in:
Felipe Monteiro 2017-07-31 16:00:09 +01:00
parent 714b2d4e71
commit 8ff4639c6c
1 changed files with 0 additions and 6 deletions

View File

@ -94,12 +94,6 @@ class DeckhandBase(models.ModelBase, models.TimestampMixin):
class Revision(BASE, DeckhandBase):
"""Revision history for a ``Document``.
Like a doubly linked list, each ``Revision`` will have a unique ID along
with a previous and next pointer to each ``Revision`` that comprises the
revision history for a ``Document``.
"""
__tablename__ = 'revisions'
id = Column(String(36), primary_key=True,