mirror of
https://github.com/ansible/awx.git
synced 2026-03-05 18:51:06 -03:30
track prior organization_id by base model prior values tore
Also fix bug where unified pointers were counted in the prior values store
This commit is contained in:
@@ -218,6 +218,7 @@ class ImplicitRoleField(models.ForeignKey):
|
||||
kwargs.setdefault('to', 'Role')
|
||||
kwargs.setdefault('related_name', '+')
|
||||
kwargs.setdefault('null', 'True')
|
||||
kwargs.setdefault('editable', False)
|
||||
super(ImplicitRoleField, self).__init__(*args, **kwargs)
|
||||
|
||||
def deconstruct(self):
|
||||
|
||||
Reference in New Issue
Block a user