From 7c44d4be34966761481c806d33ef9128a57ede21 Mon Sep 17 00:00:00 2001
From: aruseni <aruseni.magiku@gmail.com>
Date: Tue, 11 Nov 2014 01:47:47 +0100
Subject: [PATCH] [1.7.x] Fix a typo in 1.7 release notes

Backport of faf4d5c510 from master
---
 docs/releases/1.7.txt | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

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 ``'+'``.