Django-user-messages

Latest version: v1.1.0

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

Scan your dependencies

Page 1 of 2

1.1

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

- Added Django 5.0, 5.1 compatibility.
- Squashed migrations to remove uses of ``index_together`` which wasn't liked
by newer versions of Django.

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.

Page 1 of 2

© 2024 Safety CLI Cybersecurity Inc. All Rights Reserved.