mirror of
https://github.com/django/django.git
synced 2025-08-04 19:08:28 +00:00
Fixed typo in docs/ref/models/fields.txt
This commit is contained in:
parent
a23ea398e8
commit
53bc6e2e98
1 changed files with 1 additions and 1 deletions
|
@ -1584,7 +1584,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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue