File tree 3 files changed +11
-8
lines changed
3 files changed +11
-8
lines changed Load Diff This file was deleted.
Original file line number Diff line number Diff line change @@ -21,6 +21,16 @@ Hypothesis APIs come in three flavours:
21
21
You should generally assume that an API is internal unless you have specific
22
22
information to the contrary.
23
23
24
+ -------------------
25
+ 3.44.9 - 2018-01-06
26
+ -------------------
27
+
28
+ This patch blacklists null characters (``'\x00' ``) in automatically created
29
+ strategies for Django :obj: `~django:django.db.models.CharField ` and
30
+ :obj: `~django:django.db.models.TextField `, due to a database issue which
31
+ `was recently fixed upstream <https://code.djangoproject.com/ticket/28201 >`_
32
+ (Hypothesis :issue: `1045 `).
33
+
24
34
-------------------
25
35
3.44.8 - 2018-01-06
26
36
-------------------
Original file line number Diff line number Diff line change 17
17
18
18
from __future__ import division , print_function , absolute_import
19
19
20
- __version_info__ = (3 , 44 , 8 )
20
+ __version_info__ = (3 , 44 , 9 )
21
21
__version__ = '.' .join (map (str , __version_info__ ))
You can’t perform that action at this time.
0 commit comments