Fixed typo in docs/ref/models/fields.txt.

This commit is contained in:
Matt Wiens 2018-08-28 04:53:09 -07:00 committed by Tim Graham
parent 76df4f35c2
commit c122a7c53c
1 changed files with 1 additions and 1 deletions

View File

@ -626,7 +626,7 @@ A :class:`CharField` that checks that the value is a valid email address using
A file-upload field. A file-upload field.
.. note:: .. note::
The ``primary_key`` argument isn't supported and will raise a an error if The ``primary_key`` argument isn't supported and will raise an error if
used. used.
Has two optional arguments: Has two optional arguments: