瀏覽代碼

update to use post_save signal

Arthur 2 月之前
父節點
當前提交
fb417912a5
共有 1 個文件被更改,包括 0 次插入1 次删除
  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()
-