Merge pull request #140 from entrepreneurj/models/choices/cleanup

Removes redundant FIXME
remotes/origin/enhancement/email-actions
Jesús Espino 2014-10-25 09:59:09 +02:00
commit 745d48f218
1 changed files with 0 additions and 6 deletions

View File

@ -39,12 +39,6 @@ from taiga.projects.notifications.services import create_notify_policy_if_not_ex
from . import choices
# FIXME: this should to be on choices module (?)
VIDEOCONFERENCES_CHOICES = (
('appear-in', 'AppearIn'),
('talky', 'Talky'),
)
class Membership(models.Model):
# This model stores all project memberships. Also