File tree 3 files changed +14
-9
lines changed
3 files changed +14
-9
lines changed Load Diff This file was deleted.
Original file line number Diff line number Diff line change @@ -18,6 +18,19 @@ Hypothesis 6.x
18
18
19
19
.. include :: ../RELEASE.rst
20
20
21
+ .. _v6.101.0 :
22
+
23
+ --------------------
24
+ 6.101.0 - 2024-05-13
25
+ --------------------
26
+
27
+ The :func: `~hypothesis.extra.django.from_model ` function currently
28
+ tries to create a strategy for :obj: `~django:django.db.models.AutoField `
29
+ fields if they don't have :attr: `~django:django.db.models.Field.auto_created `
30
+ set to `True `. The docs say it's supposed to skip all
31
+ :obj: `~django:django.db.models.AutoField ` fields, so this patch updates
32
+ the code to do what the docs say (:issue: `3978 `).
33
+
21
34
.. _v6.100.8 :
22
35
23
36
--------------------
Original file line number Diff line number Diff line change 8
8
# v. 2.0. If a copy of the MPL was not distributed with this file, You can
9
9
# obtain one at https://mozilla.org/MPL/2.0/.
10
10
11
- __version_info__ = (6 , 100 , 8 )
11
+ __version_info__ = (6 , 101 , 0 )
12
12
__version__ = "." .join (map (str , __version_info__ ))
You can’t perform that action at this time.
0 commit comments