Browse Source

update to use post_save signal

Arthur 4 tháng trước cách đây
mục cha
commit
fb417912a5
1 tập tin đã thay đổi với 0 bổ sung1 xóa
  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
 # Signals that a model has completed its clean() method
 post_clean = Signal()
 post_clean = Signal()
-