mirror of
https://github.com/jazzband/django-constance.git
synced 2026-03-16 22:40:24 +00:00
Improved naming for arguments
This commit is contained in:
parent
bebc279edc
commit
5eeb77f9b0
1 changed files with 3 additions and 1 deletions
|
|
@ -1,3 +1,5 @@
|
|||
import django.dispatch
|
||||
|
||||
config_updated = django.dispatch.Signal(providing_args=['key', 'value'])
|
||||
config_updated = django.dispatch.Signal(
|
||||
providing_args=['updated_key', 'new_value']
|
||||
)
|
||||
|
|
|
|||
Loading…
Reference in a new issue