Skip to content
Snippets Groups Projects
Commit 3d53428d authored by Jörn Künsemöller's avatar Jörn Künsemöller
Browse files
parents 5e3691f2 0ef36489
No related branches found
No related tags found
1 merge request!184Resolve TMSS-241
......@@ -151,7 +151,7 @@ class Flag(AbstractChoice):
class PeriodCategory(AbstractChoice):
"""Defines the model and predefined list of possible project categories to be used in Project.
"""Defines the model and predefined list of possible period categories to be used in Project.
The items in the Choices class below are automagically populated into the database via a data migration."""
class Choices(Enum):
......@@ -168,7 +168,7 @@ class ProjectCategory(AbstractChoice):
REGULAR = "regular"
USER_SHARED_SUPPORT = "user_shared_support"
COMMISSIONING = "commissioning"
DOT = "ddt"
DDT = "ddt"
TEST = "test"
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment