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:
@@ -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()
|
||||
|
Reference in New Issue
Block a user