1
0
mirror of https://github.com/django/django.git synced 2025-04-06 06:26:41 +00:00

[2.1.x] Fixed typo in docs/ref/models/fields.txt.

Backport of c122a7c53cf870e61353afa73e59f28226a5c48d from master
This commit is contained in:
Matt Wiens 2018-08-28 04:53:09 -07:00 committed by Tim Graham
parent a7e89a5ba7
commit 6cd16037d8

View File

@ -626,7 +626,7 @@ A :class:`CharField` that checks that the value is a valid email address using
A file-upload field.
.. 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.
Has two optional arguments: