django-bleach

Bleach is a Python module that takes any HTML input, and returns valid, sanitised HTML that contains only an allowed subset of HTML tags, attributes and styles. django-bleach is a Django app that makes using bleach extremely easy.

MIT License

Downloads
62.9K
Stars
141
Committers
29
django-bleach - 3.1.0 Latest Release

Published by marksweb about 1 year ago

What's Changed

Full Changelog: https://github.com/marksweb/django-bleach/compare/3.0.1...3.1.0

django-bleach - 3.0.1

Published by marksweb about 2 years ago

What's Changed

New Contributors

Full Changelog: https://github.com/marksweb/django-bleach/compare/3.0.0...3.0.1

django-bleach - 3.0.0

Published by marksweb over 2 years ago

What's Changed

New Contributors

Full Changelog: https://github.com/marksweb/django-bleach/compare/2.0.0...3.0.0

django-bleach - 2.0.0

Published by marksweb over 2 years ago

What's Changed

Full Changelog: https://github.com/marksweb/django-bleach/compare/1.0.0...2.0.0

django-bleach - 1.0.0

Published by marksweb almost 3 years ago

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
django-bleach - 0.9.0

Published by marksweb about 3 years ago

django 4 support.

Drops support for django <2.2

django-bleach - 0.8.0

Published by marksweb about 3 years ago

  • Fix for #28: Return empty_value for any empty input value
  • Fix for #27: Mark cleaned data as template safe
  • Fix for #25: Respect the form_class argument
  • Fix custom widget tests #34
django-bleach - 0.7.2

Published by marksweb over 3 years ago

Fix for form field kwargs being ignored in the default ModelForm field.

django-bleach - 0.7.1

Published by marksweb over 3 years ago

Fix for default form field not respecting required flag.

django-bleach - 0.7.0

Published by marksweb over 3 years ago

This release adds forms.BleachField as the default form field for the model form.