Fixed typo in 1.8 release notes.

This commit is contained in:
Markus Bertheau 2014-08-11 11:34:32 +02:00 committed by Tim Graham
parent e92b057e06
commit c2d3f18874
1 changed files with 2 additions and 2 deletions

View File

@ -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 these methods are now executed within the method's transaction and any
exception in a signal handler will prevent the whole operation. 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`, Assigning unsaved objects to a :class:`~django.db.models.ForeignKey`,
:class:`~django.contrib.contenttypes.fields.GenericForeignKey`, and :class:`~django.contrib.contenttypes.fields.GenericForeignKey`, and