Sfoglia il codice sorgente

update to use post_save signal

Arthur 2 mesi fa
parent
commit
fb417912a5
1 ha cambiato i file con 0 aggiunte e 1 eliminazioni
  1. 0 1
      netbox/netbox/signals.py

+ 0 - 1
netbox/netbox/signals.py

@@ -2,4 +2,3 @@ from django.dispatch import Signal
 
 # Signals that a model has completed its clean() method
 post_clean = Signal()
-