diff options
| author | Tim Graham <timograham@gmail.com> | 2016-07-15 11:07:43 -0400 |
|---|---|---|
| committer | Tim Graham <timograham@gmail.com> | 2016-08-10 21:19:09 -0400 |
| commit | e2dfa81ff7489d97700604d634adacf1384af184 (patch) | |
| tree | 820b7dbbcf611b5f18e02375cc3e2d9dbea5ab98 /docs | |
| parent | 7399fee6c3bb7eded1ecf5855d71520db299d79d (diff) | |
Refs #18682 -- Edited explanation in stale content type deletion.
Follow up to 8db889eaf7dce0cb715b075be32047c1b1b316da.
Diffstat (limited to 'docs')
| -rw-r--r-- | docs/releases/1.11.txt | 7 |
1 files changed, 3 insertions, 4 deletions
diff --git a/docs/releases/1.11.txt b/docs/releases/1.11.txt index 64a5fc2780..9d2ccb0f6b 100644 --- a/docs/releases/1.11.txt +++ b/docs/releases/1.11.txt @@ -87,10 +87,9 @@ Minor features :mod:`django.contrib.contenttypes` ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -* When stale content types are detected during a management command, there is - now an expansive list of objects that will be deleted. Previously, only - the content type objects themselves were listed, even if there were objects - with foreign keys towards the content types that would be deleted also. +* When stale content types are detected after the ``migrate`` command, there's + now a list of related objects such as ``auth.Permission``\s that will also be + deleted. Previously, only the content types were listed. :mod:`django.contrib.gis` ~~~~~~~~~~~~~~~~~~~~~~~~~ |
