mirror of
https://github.com/django/django.git
synced 2025-03-26 09:10:50 +00:00
[1.8.x] Fixed typo in docs/ref/models/fields.txt
Backport of 53bc6e2e98b4889082049f50718b13f8d5d84b6b from master
This commit is contained in:
parent
fee18ce415
commit
e1657cc37f
@ -1633,7 +1633,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…
x
Reference in New Issue
Block a user