Merge pull request #140 from entrepreneurj/models/choices/cleanup
Removes redundant FIXMEremotes/origin/enhancement/email-actions
commit
745d48f218
|
@ -39,12 +39,6 @@ from taiga.projects.notifications.services import create_notify_policy_if_not_ex
|
||||||
|
|
||||||
from . import choices
|
from . import choices
|
||||||
|
|
||||||
# FIXME: this should to be on choices module (?)
|
|
||||||
VIDEOCONFERENCES_CHOICES = (
|
|
||||||
('appear-in', 'AppearIn'),
|
|
||||||
('talky', 'Talky'),
|
|
||||||
)
|
|
||||||
|
|
||||||
|
|
||||||
class Membership(models.Model):
|
class Membership(models.Model):
|
||||||
# This model stores all project memberships. Also
|
# This model stores all project memberships. Also
|
||||||
|
|
Loading…
Reference in New Issue