Django-user-messages

Latest version: v1.1.0

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

Scan your dependencies

Page 2 of 2

0.4

===================

- **Backwards incompatible** Rebuilt the model to not use Django's
``JSONField`` at all. This design decision unnecessarily restricted
the areas where django-user-messages was usable.
- Fixed properties to be more forgiving with missing data.
- Added tox configuration for running tests and coding style checks and for
building the docs.
- Improved documentation and test coverage.

0.3

===================

- Added usage instructions.
- Merge the ``message`` and ``meta`` JSON fields into a single ``data``
field and imitate the ``Message`` object interface more closely.

0.2

===================

- Added the possibility to associate additional data with a message py
passing a dictionary as the ``meta`` keyword-only argument to the API.
- Changed the module to import the ``Message`` model as late as possible
so that the API can easily be imported for example in a ``AppConfig``
module.

0.1

===================

- Initial public release.

.. _django-user-messages: https://django-user-messages.readthedocs.io/

.. _0.1: https://github.com/matthiask/django-user-messages/commit/3a9c0e329e
.. _0.2: https://github.com/matthiask/django-user-messages/compare/0.1...0.2
.. _0.3: https://github.com/matthiask/django-user-messages/compare/0.2...0.3
.. _0.4: https://github.com/matthiask/django-user-messages/compare/0.3...0.4
.. _0.5: https://github.com/matthiask/django-user-messages/compare/0.4...0.5
.. _0.6: https://github.com/matthiask/django-user-messages/compare/0.5...0.6
.. _0.7: https://github.com/matthiask/django-user-messages/compare/0.6...0.7
.. _0.8: https://github.com/matthiask/django-user-messages/compare/0.7...0.8

Page 2 of 2

© 2024 Safety CLI Cybersecurity Inc. All Rights Reserved.