mirror of
https://github.com/Hopiu/django-notifications.git
synced 2026-03-16 21:30:24 +00:00
Merge branch 'master' of github.com:django-notifications/django-notifications
This commit is contained in:
commit
bf63545388
1 changed files with 1 additions and 1 deletions
|
|
@ -108,7 +108,7 @@ The complete syntax is.
|
|||
notify.send(actor, recipient, verb, action_object, target, level, description, public, timestamp, **kwargs)
|
||||
|
||||
Arguments:
|
||||
* **actor**: An object of any type. (Required)
|
||||
* **actor**: An object of any type. (Required) Note: Use **sender** instead of **actor** if you intend to use keyword arguments
|
||||
* **recipient**: A **Group** or a **User QuerySet** or a list of **User**. (Required)
|
||||
* **verb**: An string. (Required)
|
||||
* **action_object**: An object of any type. (Optional)
|
||||
|
|
|
|||
Loading…
Reference in a new issue