Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Allow recipient paramter to be a list of users #141

Closed
wants to merge 2 commits into from

Conversation

boussouira
Copy link

This will allow us to do something like:

notify.send(user, verb='was added', recipient=User.objects.all())

This will allow us to do something like:

```
notify.send(user, verb='was added', recipient=User.objects.all())
```
@coveralls
Copy link

coveralls commented Aug 22, 2016

Coverage Status

Coverage decreased (-0.1%) to 89.018% when pulling c08ba70 on boussouira:patch-1 into 58786cf on django-notifications:master.

@boussouira boussouira closed this Aug 22, 2016
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants