diff options
| author | aruseni <aruseni.magiku@gmail.com> | 2014-11-11 01:47:47 +0100 |
|---|---|---|
| committer | Simon Charette <charette.s@gmail.com> | 2014-11-10 20:01:07 -0500 |
| commit | faf4d5c51025e39bbebf9bf34063652410b7b481 (patch) | |
| tree | b7312ab970f96a6102a24eb4a1cbdfa555e64331 /docs | |
| parent | b239c3d27e68ff6a0f4e11ae5a1eeea613c30325 (diff) | |
Fix a typo in 1.7 release notes
Diffstat (limited to 'docs')
| -rw-r--r-- | docs/releases/1.7.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/releases/1.7.txt b/docs/releases/1.7.txt index 35fa4ce4f1..000dfeb61d 100644 --- a/docs/releases/1.7.txt +++ b/docs/releases/1.7.txt @@ -760,7 +760,7 @@ Models * Explicit :class:`~django.db.models.OneToOneField` for :ref:`multi-table-inheritance` are now discovered in abstract classes. -* Is it now possible to avoid creating a backward relation for +* It is now possible to avoid creating a backward relation for :class:`~django.db.models.OneToOneField` by setting its :attr:`~django.db.models.ForeignKey.related_name` to ``'+'`` or ending it with ``'+'``. |
