diff options
| author | Steven Das <DasAllFolks@users.noreply.github.com> | 2015-03-16 01:05:43 -0500 |
|---|---|---|
| committer | Tim Graham <timograham@gmail.com> | 2015-03-16 08:17:01 -0400 |
| commit | f2db113f51fe13cecd52bd3a9b7484bfeb3bd608 (patch) | |
| tree | f5d30a0e052c293161f1e9b064003c6889c18fb4 | |
| parent | 22a67d22e98c86fe4b1665c97ace6f4251a99cac (diff) | |
[1.8.x] Added comma to improve readability in 1.7 release notes.
Backport of 4f494ed0c60cdfc44b65aeea7f42f6b7245c03af from master
| -rw-r--r-- | docs/releases/1.7.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/releases/1.7.txt b/docs/releases/1.7.txt index 052c073df9..8fed781a1c 100644 --- a/docs/releases/1.7.txt +++ b/docs/releases/1.7.txt @@ -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: |
