mirror of
https://gitlab2.federez.net/re2o/re2o
synced 2024-11-22 11:23:10 +00:00
Fix typo in function name to regen DNS
This commit is contained in:
parent
f0aa4b345f
commit
33cea3254d
1 changed files with 1 additions and 1 deletions
|
@ -2141,7 +2141,7 @@ def extension_post_save(**_kwargs):
|
||||||
|
|
||||||
|
|
||||||
@receiver(post_delete, sender=Extension)
|
@receiver(post_delete, sender=Extension)
|
||||||
def extension_post_selete(**_kwargs):
|
def extension_post_delete(**_kwargs):
|
||||||
"""Regeneration dns après suppression d'une extension"""
|
"""Regeneration dns après suppression d'une extension"""
|
||||||
regen("dns")
|
regen("dns")
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue