Django-generic-notifications

Latest version: v0.2.2

Safety actively analyzes 613750 Python packages for vulnerabilities to keep your Python projects secure.

Scan your dependencies

Page 1 of 2

0.2.2

- New timed queue, send notifications after a certain time
- The default types and backends are no longer registered by default, the developer needs to do this explicitly

0.2.1

- New model DisabledNotificationsTypeBackend: instead of saving what backend a user wants to use, we save what he does not want to use instead

0.2

- Define __getattr__ for easy access to kwargs
- Start of new settings app, where users can select which types they're interested in
- Users can also select backends per type

0.1.3

- Completely separated notification types and backends
- Rendered subject and text are saved in database queue
- Simpler to create notification, no more .do('add')
- New get_recipients method
- Able to set a different subject and/or text per different backend
- Respect FAIL_SILENT in _get_backends(self)
- Completely removed the Django messages backend (it didn't make sense)
- Updated docs and usage examples

0.1.2

- The DjangoMessagesNotificationBackend can now use the subject as well as the text
- Easier to subclass BaseNotification and set your own default properties
- Changed documentation to reStructuredText, in preparation of move to PyPi

0.1.1

- Bugfixes

Page 1 of 2

Links

Releases

© 2024 Safety CLI Cybersecurity Inc. All Rights Reserved.