[1.8.x] Added comma to improve readability in 1.7 release notes.

Backport of 4f494ed0c6 from master
This commit is contained in:
Steven Das 2015-03-16 01:05:43 -05:00 committed by Tim Graham
parent 22a67d22e9
commit f2db113f51
1 changed files with 1 additions and 1 deletions

View File

@ -1550,7 +1550,7 @@ Reorganization of ``django.contrib.contenttypes``
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Since ``django.contrib.contenttypes.generic`` defined both admin and model
related objects an import of this module could trigger unexpected side effects.
related objects, an import of this module could trigger unexpected side effects.
As a consequence, its contents were split into :mod:`~django.contrib.contenttypes`
submodules and the ``django.contrib.contenttypes.generic`` module is deprecated: