Commit e1657cc3 authored by Steven Das's avatar Steven Das Committed by Tim Graham
Browse files

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

Backport of 53bc6e2e from master
parent fee18ce4
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -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