update to use post_save signal

This commit is contained in:
Arthur 2026-04-14 16:10:18 -07:00
parent 8e4588bbca
commit fb417912a5
1 changed files with 0 additions and 1 deletions

View File

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