diff options
| author | Tim Graham <timograham@gmail.com> | 2015-11-30 18:48:56 -0500 |
|---|---|---|
| committer | Tim Graham <timograham@gmail.com> | 2015-11-30 18:48:56 -0500 |
| commit | dfd4bd5fc5236d6e237c60be8599bb6fff6b0bc0 (patch) | |
| tree | 9688282ba2457e0412278c86caddb5e55138e1e4 | |
| parent | 9582ba51bd486c5785c0e76ed7f7996119bc9650 (diff) | |
[1.8.x] Fixed typo docs/ref/models/relations.txt
| -rw-r--r-- | docs/ref/models/relations.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/ref/models/relations.txt b/docs/ref/models/relations.txt index b426ae5e57..832f84fd85 100644 --- a/docs/ref/models/relations.txt +++ b/docs/ref/models/relations.txt @@ -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. |
