We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent bc555cf commit 2b76d80Copy full SHA for 2b76d80
hypothesis-python/RELEASE.rst
@@ -1,6 +1,6 @@
1
-RELEASE_TYPE: patch
+RELEASE_TYPE: minor
2
3
-This patch fixes file field handling for django forms when using
+This release fixes file field handling for django forms when using
4
:func:`~hypothesis.extra.django.from_form` (:issue:`4093`).
5
6
Thanks to Arjoonn Sharma for this fix!
hypothesis-python/tests/django/toystore/models.py
@@ -100,7 +100,7 @@ class CustomishDefault(models.Model):
100
101
102
class FileFields(models.Model):
103
- file1 = FileField()
+ file1 = django.forms.FileField()
104
105
106
class MandatoryComputed(models.Model):
0 commit comments