pinax / pinax-notifications

user notification management for the Django web framework
MIT License
752 stars 211 forks source link

Sending notices in groups #32

Open darekw opened 10 years ago

darekw commented 10 years ago

This fork enables users to send grouped messages. Each user receives only one message with list of notifications instead of bunch of emails. I didn't modify previous code so it should not damage anything.

paltman commented 10 years ago

@darekw it seems that the test test_group_send is failing. Can you resolve it? Thanks.