Commit b61cafb1 authored by Carl Meyer's avatar Carl Meyer
Browse files

Fixed misspelling in model fields docs.

git-svn-id: http://code.djangoproject.com/svn/django/trunk@14096 bcc190cf-cafb-0310-a4f2-bffc1f526a37
parent 16089ba1
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -925,7 +925,7 @@ define the details of how the relation works.
    <abstract-base-classes>`; and when you do so
    :ref:`some special syntax <abstract-related-name>` is available.

    If you wish to supress the provision of a backwards relation, you may
    If you wish to suppress the provision of a backwards relation, you may
    simply provide a ``related_name`` which ends with a ``'+'`` character.
    For example::