Skip to content

Commit 2b76d80

Browse files
committed
minor tweaks
1 parent bc555cf commit 2b76d80

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

hypothesis-python/RELEASE.rst

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
1-
RELEASE_TYPE: patch
1+
RELEASE_TYPE: minor
22

3-
This patch fixes file field handling for django forms when using
3+
This release fixes file field handling for django forms when using
44
:func:`~hypothesis.extra.django.from_form` (:issue:`4093`).
55

66
Thanks to Arjoonn Sharma for this fix!

hypothesis-python/tests/django/toystore/models.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -100,7 +100,7 @@ class CustomishDefault(models.Model):
100100

101101

102102
class FileFields(models.Model):
103-
file1 = FileField()
103+
file1 = django.forms.FileField()
104104

105105

106106
class MandatoryComputed(models.Model):

0 commit comments

Comments
 (0)