mirror of
https://github.com/ansible/awx.git
synced 2026-06-27 17:38:02 -02:30
Prefixed User.organizations and User.admin_of_organizations with deprecated_
This commit is contained in:
@@ -41,12 +41,12 @@ class Organization(CommonModel, NotificationFieldsModel, ResourceMixin):
|
||||
deprecated_users = models.ManyToManyField(
|
||||
'auth.User',
|
||||
blank=True,
|
||||
related_name='organizations',
|
||||
related_name='depreceated_organizations',
|
||||
)
|
||||
deprecated_admins = models.ManyToManyField(
|
||||
'auth.User',
|
||||
blank=True,
|
||||
related_name='admin_of_organizations',
|
||||
related_name='depreceated_admin_of_organizations',
|
||||
)
|
||||
deprecated_projects = models.ManyToManyField(
|
||||
'Project',
|
||||
|
||||
Reference in New Issue
Block a user