mirror of
https://github.com/Hopiu/django-rosetta.git
synced 2026-03-16 21:30:24 +00:00
Add providing_args as a comment
This commit is contained in:
parent
92d498df63
commit
8c5edbf6d9
1 changed files with 4 additions and 0 deletions
|
|
@ -1,4 +1,8 @@
|
|||
from django import dispatch
|
||||
|
||||
|
||||
# providing_args=["user", "old_msgstr", "old_fuzzy", "pofile", "language_code"]
|
||||
entry_changed = dispatch.Signal()
|
||||
|
||||
# providing_args=["language_code", "request"]
|
||||
post_save = dispatch.Signal()
|
||||
|
|
|
|||
Loading…
Reference in a new issue