Fix RemovedInDjango40Warning about Signal (#430)

This commit is contained in:
Alexandr Artemyev 2020-11-18 19:15:44 +03:00 committed by GitHub
parent 08a20c1bbe
commit 550eb1364c
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

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