-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathNEWS
38 lines (25 loc) · 741 Bytes
/
NEWS
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
Version 0.3.0
=============
* The `BleachField` model field now does its own sanitisation,
and does *not* specify a default form field or widget.
Developers are expected to provide their own widget as needed.
Version 0.2.1
=============
* Make the package python3 compatible.
Version 0.2.0
=============
* Add `bleach_linkify` template filter from whitehat2k13
Version 0.1.3
=============
* Add missing `templatetags` package, by using `find_packages()`
* Correct templatetag name: bleach.py -> bleach_tags.py
Version 0.1.2
=============
* Fix south migration bug
Version 0.1.1
=============
* add south_triple_field for south integration
* clean up files to meet pep8 compliance
Version 0.1.0
=============
Initial release