summaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authoraruseni <aruseni.magiku@gmail.com>2014-11-11 01:47:47 +0100
committerSimon Charette <charette.s@gmail.com>2014-11-10 20:02:26 -0500
commit7c44d4be34966761481c806d33ef9128a57ede21 (patch)
tree04802f505cff3314d191c611558a2d9a6938a29e /docs
parentc6d5f743713529537b3f5cbdf146c6222a635d5a (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.txt2
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 ``'+'``.