Skip to content

Releases: marksweb/django-bleach

3.1.0

05 Aug 01:35
2730866
Compare
Choose a tag to compare

What's Changed

Full Changelog: 3.0.1...3.1.0

3.0.1

12 Oct 00:33
209f88f
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: 3.0.0...3.0.1

3.0.0

19 May 00:13
63ada81
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: 2.0.0...3.0.0

2.0.0

08 Apr 16:30
ab89246
Compare
Choose a tag to compare

What's Changed

Full Changelog: 1.0.0...2.0.0

1.0.0

13 Nov 22:40
4c6c2cf
Compare
Choose a tag to compare

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

0.9.0

28 Sep 22:27
3bd6255
Compare
Choose a tag to compare

django 4 support.

Drops support for django <2.2

0.8.0

17 Sep 23:36
Compare
Choose a tag to compare
  • 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

0.7.2

27 Jul 11:18
42e92f6
Compare
Choose a tag to compare

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

0.7.1

23 Jul 23:06
Compare
Choose a tag to compare

Fix for default form field not respecting required flag.

0.7.0

09 Jul 01:41
Compare
Choose a tag to compare

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