mirror of
https://github.com/ansible/awx.git
synced 2026-03-26 05:15:02 -02:30
Team organization field made non-null
This commit is contained in:
@@ -92,7 +92,7 @@ class Team(CommonModelNameNotUnique, ResourceMixin):
|
||||
organization = models.ForeignKey(
|
||||
'Organization',
|
||||
blank=False,
|
||||
null=True,
|
||||
null=False,
|
||||
on_delete=models.CASCADE,
|
||||
related_name='teams',
|
||||
)
|
||||
|
||||
Reference in New Issue
Block a user