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:15 -0400 |
| commit | 2583ee2a7ef18f20e8814c68df45c2021a3aa220 (patch) | |
| tree | 1dbde6ed396333d9d3e9ac0fd3c0377582e255b8 /docs | |
| parent | d0607a7eee75121527cd03c89de82a222e298eae (diff) | |
[1.7.x] Added comma to improve readability in 1.7 release notes.
Backport of 4f494ed0c60cdfc44b65aeea7f42f6b7245c03af from master
Diffstat (limited to 'docs')
| -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 34e9a09aa0..4c0eb60dc0 100644 --- a/docs/releases/1.7.txt +++ b/docs/releases/1.7.txt @@ -1554,7 +1554,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: |
