diff options
| author | Steven Das <DasAllFolks@users.noreply.github.com> | 2015-03-12 17:56:38 -0500 |
|---|---|---|
| committer | Tim Graham <timograham@gmail.com> | 2015-03-12 19:16:29 -0400 |
| commit | 8d3011ff5cca33d5544029d5b41c9bd194609fa7 (patch) | |
| tree | b4d79b8600563d4f00722ebc23595cf1cd3d5bb4 | |
| parent | 8084a68f7844ee61bcc5798c7557e2c3b4770b8a (diff) | |
[1.7.x] Fixed typo in docs/ref/models/fields.txt
Backport of 53bc6e2e98b4889082049f50718b13f8d5d84b6b from master
| -rw-r--r-- | docs/ref/models/fields.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/ref/models/fields.txt b/docs/ref/models/fields.txt index e16008928b..9510025e5c 100644 --- a/docs/ref/models/fields.txt +++ b/docs/ref/models/fields.txt @@ -1589,7 +1589,7 @@ Field API reference All of Django's built-in fields, such as :class:`CharField`, are particular implementations of ``Field``. If you need a custom field, you can either - subclass any of the built-in fields or write a ``Field``` from scratch. In + subclass any of the built-in fields or write a ``Field`` from scratch. In either case, see :doc:`/howto/custom-model-fields`. .. attribute:: description |
