Fixed problem with a choices import
parent
057063d1c4
commit
c3b37fd5e9
|
@ -13,7 +13,8 @@ from greenmine.base.utils.slug import slugify_uniquely, ref_uniquely
|
||||||
from greenmine.base.utils import iter_points
|
from greenmine.base.utils import iter_points
|
||||||
from greenmine.scrum.choices import (ISSUESTATUSES, TASKSTATUSES, USSTATUSES,
|
from greenmine.scrum.choices import (ISSUESTATUSES, TASKSTATUSES, USSTATUSES,
|
||||||
POINTS_CHOICES, SEVERITY_CHOICES,
|
POINTS_CHOICES, SEVERITY_CHOICES,
|
||||||
ISSUETYPES, TASK_CHANGE_CHOICES)
|
ISSUETYPES, TASK_CHANGE_CHOICES,
|
||||||
|
PRIORITY_CHOICES)
|
||||||
|
|
||||||
|
|
||||||
class Severity(models.Model):
|
class Severity(models.Model):
|
||||||
|
|
Loading…
Reference in New Issue