mozilla / coss

Mozilla's Community Support Software
https://discourse.mozilla-community.org/t/iam-coss-work-week-jan-2017/13497
Mozilla Public License 2.0
18 stars 20 forks source link

Update django-taggit to 0.24.0 #1451

Closed pyup-bot closed 5 years ago

pyup-bot commented 5 years ago

This PR updates django-taggit from 0.22.2 to 0.24.0.

Changelog ### 0.24.0 ``` ~~~~~~~~~~~~~~~~~~~ * The project has moved to `Jazzband <https://jazzband.co/>`_. This is the first release under the new organization. The new repository URL is `<https://github.com/jazzband/django-taggit>`_. * Added support for Django 2.2. * Fixed a race condition in ``TaggableManager``. * Removed method ``ItemBase.bulk_lookup_kwargs()``. * Fixed view ``tagged_object_list`` to set ``queryset.model`` as ``ListView.model`` (was previously set as a ``ContentType`` instance). * ``_TaggableManager`` and ``TaggableManager`` now always call the parent class ``__init__``. * Removed ``TaggableRel`` and replaced uses with ``ManyToManyRel``. ``` ### 0.23.0 ``` ~~~~~~~~~~~~~~~~~~~ * **Backwards incompatible:** Remove support for Django < 1.11 * https://github.com/jazzband/django-taggit/pull/518 * Added support for Django 2.1 and Python 3.7 * https://github.com/jazzband/django-taggit/pull/536 * Moved TagWidget value conversion from TagWidget.render() to TagWidget.format_value() * https://github.com/jazzband/django-taggit/pull/534 ```
Links - PyPI: https://pypi.org/project/django-taggit - Changelog: https://pyup.io/changelogs/django-taggit/ - Repo: https://github.com/jazzband/django-taggit/tree/master