Django-fluent-utils

Latest version: v3.0.1

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

Scan your dependencies

Page 1 of 4

3.0.1

--------------------------

* Fixed comments SignalsStub for Django 4.0

3.0

------------------------

* Added Django 4.0 compatibility
* Removed Django 1.x compatibility code in ``fluent_utils.django_compat``.
* Renamed CommentRelation =>/CommentsRelation, but kept the old name for imports.
* Dropped Django 1.x support.
* Dropped Python 2.7 - 3.5 support.

*These changes should not affect projects that already depend on Django 2.2 / Python 3.6+.*
*Otherwise, you'll have to stay on django-fluent-utils 2.x, but it's recommended to upgrade.*

2.0.1

--------------------------

* Fixed Windows compatibility for ``import_module_or_none()``.

2.0

------------------------

* Fixed Django 2.0 compatibility.
* Added imports for ``django.urls`` for Django 1.9- compatibility.

1.4.1

--------------------------

* Make sure gevent import hooks are ignored in ``import_module_or_none()`` and ``import_apps_submodule()``.

1.4

------------------------

* Added ``import_module_or_none()``, which only raises an ``ImportError`` for sub modules.
* Fixed Python 3 import logic, using ``importlib`` now.
* Make sure ``TaggableManager`` has a consistent path in migration files.
* Removed ``fluent_utils.dry.models.get_db_table()`` which never worked not was used.
* Removed unneeded Django 1.4-1.6 compatibility code. Kept imports to avoid breaking old django-fluent apps.

Page 1 of 4

© 2024 Safety CLI Cybersecurity Inc. All Rights Reserved.