1
0
mirror of https://github.com/haiwen/seahub.git synced 2025-09-18 00:00:00 +00:00

django 4.2

This commit is contained in:
lian
2023-06-12 09:53:31 +08:00
parent b7e764cc0b
commit f365f2b342
212 changed files with 1152 additions and 1143 deletions

View File

@@ -1,5 +1,3 @@
import django.dispatch
from django.dispatch import Signal
config_updated = django.dispatch.Signal(
providing_args=['key', 'old_value', 'new_value']
)
config_updated = Signal()