File python-django-notification.changes of Package python-django-notification
-------------------------------------------------------------------
Thu Oct 24 11:03:15 UTC 2013 - speilicke@suse.com
- Require python-setuptools instead of distribute (upstreams merged)
-------------------------------------------------------------------
Mon Jan 14 19:16:16 UTC 2013 - alexandre@exatati.com.br
- Update to 1.0:
* removed unused `message.py` module
* removed `captureas` templatetag
* added `notice_settings.html` template
* other minor fixes and tweaks, mostly to code style
- Aditional changes from 0.3:
* pluggable backends
-------------------------------------------------------------------
Wed Nov 30 13:45:34 UTC 2011 - alexandre@exatati.com.br
- Update to 0.2:
BI = backward incompatible change
- BI: renamed Notice.user to Notice.recipient
- BI: renamed {{ user }} context variable in notification
templates to {{ recipient }}
- BI: added nullable Notice.sender and modified send_now and
queue to take an optional sender
- added received and sent methods taking a User instance to
Notice.objects
- New default behavior: single notice view now marks unseen
notices as seen
- no longer optionally depend on mailer; use
django.core.mail.send_mail and we now encourge use of
Django 1.2+ for mailer support
- notifications are not sent to inactive users
- users which do not exist when sending notification are now
ignored
- BI: split settings part of notices view to its own view
notice_settings
- Regenerate spec file with py2pack;
- Bzip2 source tarball.
-------------------------------------------------------------------
Mon Oct 26 19:14:30 UTC 2009 - alexandre@exatati.com.br
- Update to 0.1.5;
- Building as noarch for openSUSE >= 11.2.
-------------------------------------------------------------------
Mon Aug 17 23:51:15 UTC 2009 - alexandre@exatati.com.br
- Fixed spec file;
- Correct source file.