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:15:17 -0400 |
| commit | 4f494ed0c60cdfc44b65aeea7f42f6b7245c03af (patch) | |
| tree | 8fcbeaeb1979e06c9028e94b83f126c072fe4d2d /docs | |
| parent | 8414fcf16b9cfa8d989db913f0961fc4ce18c71b (diff) | |
Added comma to improve readability in 1.7 release notes.
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 498afdaf3f..72e8bbe4c7 100644 --- a/docs/releases/1.7.txt +++ b/docs/releases/1.7.txt @@ -1548,7 +1548,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: |
