Merge branch 'master' of github.com:django-notifications/django-notifications

This commit is contained in:
Alvaro Leonel 2018-05-30 23:04:54 -03:00
commit bf63545388

View file

@ -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)