Django-bleach

Latest version: v3.1.0

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

Scan your dependencies

Page 1 of 5

3.1.0

=============
**05-08-2023**

* Added support for django 4.2
* Added support for python 3.12
* Revamp package for easier maintenance

3.0.1

=============
**11-10-2022**

* Added support for django 4.1

3.0.0

=============
**19-05-2022**

* Bleach dependency is now at ``>=5,<6`` [55](https://github.com/marksweb/django-bleach/pull/55) (Thanks [Laityned](https://github.com/Laityned))
* Deprecate bleach's `allowed_styles` kwarg
* Added support for bleach's `css_sanitizer` kwarg
* Add isort and codespell to ci
* Dropped support for python 3.6 and 3.7 as well as django 3.0 and 3.1
* Renamed default branch from `master` to `main`. If you have the project locally, you can update using:

shell
git branch -m master main
git fetch origin
git branch -u origin/main main
git remote set-head origin -a

2.0.0

=============
08-04-2022

* cap bleach version at ``<5`` [51](https://github.com/marksweb/django-bleach/issues/51)
* drop support for python 3.6
* drop support for django 3.0 and 3.1
* added support for django 4

1.0.0

=============
13-11-2021
Going to 1.0 is long overdue, especially considering SemVer.
* automated pypi releases via github actions
* pre-commit hooks
* python 3.10 support
* docs syntax highlighting [38](https://github.com/marksweb/django-bleach/pull/38)

0.9.0

=============
28-09-2021
* Drop support for django <2.2
* Added support for django 4.0

Page 1 of 5

© 2024 Safety CLI Cybersecurity Inc. All Rights Reserved.