1👍
Testing your code out in a sample project, and adding two users, I am receiving notifications only for my logged in user as expected.
Can you confirm the version of SwampDragon you are using?
Tested with:
- Django==1.7
- SwampDragon==0.4.2
- SwampDragon-auth==0.1.3
I’ve created a demo project with the above implemented – https://github.com/CptLemming/swampdragon_notification_example
In this example I can login to the Django admin, create a notification, and have notifications only appear for the selected user.
Hope it helps.
Source:stackexchange.com