#17 Update setup
* removes unused organisation app from project * removes null=True parameters for M2M fields in models
This commit is contained in:
@@ -141,7 +141,6 @@ class AbstractCompensation(BaseObject):
|
||||
|
||||
fundings = models.ManyToManyField(
|
||||
KonovaCode,
|
||||
null=True,
|
||||
blank=True,
|
||||
limit_choices_to={
|
||||
"code_lists__in": [CODELIST_COMPENSATION_FUNDING_ID],
|
||||
|
||||
Reference in New Issue
Block a user