summaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorMarkus Bertheau <mbertheau@gmail.com>2014-08-11 11:34:32 +0200
committerTim Graham <timograham@gmail.com>2014-08-11 07:06:29 -0400
commitc2d3f18874e1999919a8639aa075dea587203b53 (patch)
treea150b72861864bd8e28be9f08813fcf818a90fb6 /docs
parente92b057e06b41eb05930637119e83ed3acd3d324 (diff)
Fixed typo in 1.8 release notes.
Diffstat (limited to 'docs')
-rw-r--r--docs/releases/1.8.txt4
1 files 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