Browse Source

update to use post_save signal

Arthur 14 hours ago
parent
commit
fb417912a5
1 changed files with 0 additions and 1 deletions
  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()
-