Commit dfd4bd5f authored by Tim Graham's avatar Tim Graham
Browse files

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

parent 9582ba51
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -110,7 +110,7 @@ Related objects reference
        the ``blog`` :class:`~django.db.models.ForeignKey` doesn't have
        ``null=True``, this is invalid.

        .. versionchanged 1.7::
        .. versionchanged:: 1.7

        For :class:`~django.db.models.ForeignKey` objects, this method accepts
        a ``bulk`` argument to control how to perform the operation.