Django-tidings

Latest version: v2.0.1

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

Scan your dependencies

Page 1 of 2

2.0.1

* Fix a bug where asynchronously firing a task (the default) would
raise an exception when run via Celery.

2.0

* Added support for Django 1.9, 1.10, 1.11, and 2.0.
* Dropped support for Django 1.7 and South.
* Dropped support for jingo_. Templates for the ``unsubscribe`` view are now
standard Django templates.
* Added ``Event.fire(delay=False)``, to avoid using the
pickle serializer, which has `security concerns`_.
* Added setting ``TIDINGS_TEMPLATE_EXTENSION`` to allow changing the
template extension used by the ``unsubscribe`` view from ``html`` to
``jinja``, ``j2``, etc.
* Migrated Watch.email from a maximum length of 75 to 254, to follow the
EmailField update in Django 1.8.

.. _`security concerns`: http://docs.celeryproject.org/en/latest/userguide/security.htmlserializers
.. _jingo: https://github.com/jbalogh/jingo

1.2

* Added support for Django 1.8 and Python 3
* Dropped support for Python 2.6

1.1

* Added support for Django 1.7
* Dropped support for Django 1.4, 1.5 and 1.6
* Dropped mock, Fabric and django-nose dependencies.
* Moved tests outside of app and simplified test setup.
* Added Travis CI: https://travis-ci.org/mozilla/django-tidings
* Moved to ReadTheDocs: https://django-tidings.readthedocs.io/en/latest/

1.0

* Support Django 1.6.
* Fix a bug in reconstituting models under (perhaps) Django 1.5.x and up.
* Remove rate limit on ``claim_watches`` task.
* Add tox to support testing against multiple Django versions.

0.4

* Fix a deprecated celery import path.
* Add support for newer versions of Django, and drop support for older ones.
We now support 1.4 and 1.5.
* Add an initial South migration.

.. warning::

If you're already using South in your project, you need to run the following
command to create a "fake" migration step in South's migration history::

python path/to/manage.py migrate tidings --fake

Page 1 of 2

© 2024 Safety CLI Cybersecurity Inc. All Rights Reserved.