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:02:26 -0500 |
| commit | 7c44d4be34966761481c806d33ef9128a57ede21 (patch) | |
| tree | 04802f505cff3314d191c611558a2d9a6938a29e /docs | |
| parent | c6d5f743713529537b3f5cbdf146c6222a635d5a (diff) | |
[1.7.x] Fix a typo in 1.7 release notes
Backport of faf4d5c510 from master
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 5016bef6d4..a817fdba24 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 ``'+'``. |
