mirror of
https://github.com/ansible/awx.git
synced 2024-10-31 23:51:09 +03:00
sometimes core_filters is not an attribute, so just set it to empty instead of pop
This commit is contained in:
parent
eb6a27653f
commit
f8c2b466a8
@ -40,7 +40,7 @@ class HostManager(models.Manager):
|
|||||||
#
|
#
|
||||||
# If we don't disable this, a filter of {'inventory': self.instance} gets automatically
|
# If we don't disable this, a filter of {'inventory': self.instance} gets automatically
|
||||||
# injected by the related object mapper.
|
# injected by the related object mapper.
|
||||||
self.core_filters.pop('inventory', None)
|
self.core_filters = {}
|
||||||
|
|
||||||
qs = qs & q
|
qs = qs & q
|
||||||
unique_by_name = qs.order_by('name', 'pk').distinct('name')
|
unique_by_name = qs.order_by('name', 'pk').distinct('name')
|
||||||
|
Loading…
Reference in New Issue
Block a user