Skip to content

Commit

Permalink
Fix cross-reference
Browse files Browse the repository at this point in the history
Turns out that Django doesn't have reference docs for UsernameField.
  • Loading branch information
Zac-HD committed Jul 25, 2022
1 parent 462dd77 commit 96526eb
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions hypothesis-python/RELEASE.rst
@@ -1,6 +1,6 @@
RELEASE_TYPE: minor

:func:`~hypothesis.extra.django.from_field` now supports
:class:`~django.contrib.auth.forms.UsernameField` from ``django.contrib.auth.forms``.
:func:`~hypothesis.extra.django.from_field` now supports ``UsernameField``
from :mod:`django.contrib.auth.forms`.

Thanks to Afonso Silva for reporting and working on :issue:`3417`.

0 comments on commit 96526eb

Please sign in to comment.