Skip to content

Commit

Permalink
Remove more cruft
Browse files Browse the repository at this point in the history
  • Loading branch information
harto committed Nov 2, 2012
1 parent c9210b9 commit b969aaa
Showing 1 changed file with 0 additions and 8 deletions.
8 changes: 0 additions & 8 deletions src/survivor/models/issue.py
Original file line number Diff line number Diff line change
Expand Up @@ -5,12 +5,6 @@

from survivor.models import User

class Comment(EmbeddedDocument):
pass

class Label(EmbeddedDocument):
pass

class IssueQuerySet(QuerySet):
"""
Custom issue queries.
Expand Down Expand Up @@ -50,5 +44,3 @@ class Issue(Document):
opened = DateTimeField(required=True)
updated = DateTimeField(required=True)
url = URLField()
# labels = ListField(EmbeddedDocumentField(Label))
# comments = ListField(EmbeddedDocumentField(Comment))

0 comments on commit b969aaa

Please sign in to comment.