Django-user-messages

Latest version: v1.0.0

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

Scan your dependencies

Page 1 of 2

1.0

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

.. _1.0: https://github.com/matthiask/django-user-messages/compare/0.8...1.0

- Added pre-commit.
- Raised the version requirements to Python >= 3.8, Django >= 3.2.
- Replaced the system check with a version which only cares about adding our
context processor *after* the default messages context processor and about
nothing else.

0.8

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

- Switched to a declarative setup.
- Switched from Travis CI to GitHub actions.
- Added a composite index to reduce database load when fetching messages.
Thanks tpatterson!

0.7

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

- Fixed a crash because of unicode strings being returned from
``Message.__str__`` in Python 2.
- Order messages upon retrieval.
- Added Django 3.0 to the Travis CI matrix.
- Replaced ``ugettext*`` with ``gettext*`` to avoid deprecation
warnings.

0.6

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

- Reformatted the code using black.
- Added a hint about silencing the messages context processor system
check under Django 2.2.

0.5

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

- Added german translations and a nice app name.
- Changed the implementation of keyword-only arguments to be compatible
with Python 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.

Page 1 of 2

© 2024 Safety CLI Cybersecurity Inc. All Rights Reserved.