mirror of
https://gitlab2.federez.net/re2o/re2o
synced 2024-11-22 11:23:10 +00:00
Optimisation of domains update
This commit is contained in:
parent
7a6075b741
commit
be1c051e98
1 changed files with 1 additions and 2 deletions
|
@ -2482,8 +2482,7 @@ def machinetype_post_save(**kwargs):
|
||||||
parent IP type).
|
parent IP type).
|
||||||
"""
|
"""
|
||||||
machinetype = kwargs["instance"]
|
machinetype = kwargs["instance"]
|
||||||
for interface in machinetype.all_interfaces():
|
Domain.objects.filter(interface_parent__machine_type=machinetype).update(extension=machinetype.ip_type.extension)
|
||||||
interface.update_type()
|
|
||||||
|
|
||||||
|
|
||||||
@receiver(post_save, sender=Domain)
|
@receiver(post_save, sender=Domain)
|
||||||
|
|
Loading…
Reference in a new issue