mirror of
https://github.com/jazzband/django-constance.git
synced 2026-05-03 13:14:47 +00:00
Fix RemovedInDjango40Warning about Signal (#430)
This commit is contained in:
parent
08a20c1bbe
commit
550eb1364c
1 changed files with 1 additions and 3 deletions
|
|
@ -1,5 +1,3 @@
|
|||
import django.dispatch
|
||||
|
||||
config_updated = django.dispatch.Signal(
|
||||
providing_args=['key', 'old_value', 'new_value']
|
||||
)
|
||||
config_updated = django.dispatch.Signal()
|
||||
|
|
|
|||
Loading…
Reference in a new issue