Skip to content

Commit e196f30

Browse files
author
Afonso Cerejeira
committed
Add release notes for UsernameField support
1 parent a18d46d commit e196f30

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

hypothesis-python/RELEASE.rst

+8
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
RELEASE_TYPE: minor
2+
3+
:func:`~hypothesis.extra.django.from_field` now supports
4+
:class:`~django.contrib.auth.forms.UsernameField` and
5+
:class:`~django.contrib.auth.forms.ReadOnlyPasswordHashField`
6+
from ``django.contrib.auth.forms``.
7+
8+
Thanks to Afonso Silva for reporting and fixing :issue:`3417`.

0 commit comments

Comments
 (0)