From c2d3f18874e1999919a8639aa075dea587203b53 Mon Sep 17 00:00:00 2001 From: Markus Bertheau Date: Mon, 11 Aug 2014 11:34:32 +0200 Subject: [PATCH] Fixed typo in 1.8 release notes. --- docs/releases/1.8.txt | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/releases/1.8.txt b/docs/releases/1.8.txt index 8fa719c82e..e391b6de11 100644 --- a/docs/releases/1.8.txt +++ b/docs/releases/1.8.txt @@ -303,8 +303,8 @@ This has one backwards incompatible side effect, signal handlers triggered from these methods are now executed within the method's transaction and any exception in a signal handler will prevent the whole operation. -Unassigning unsaved objects to relations raises an error -~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ +Assigning unsaved objects to relations raises an error +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ Assigning unsaved objects to a :class:`~django.db.models.ForeignKey`, :class:`~django.contrib.contenttypes.fields.GenericForeignKey`, and