Refs #18682 -- Edited explanation in stale content type deletion.

Follow up to 8db889eaf7.
This commit is contained in:
Tim Graham 2016-07-15 11:07:43 -04:00
parent 7399fee6c3
commit e2dfa81ff7
4 changed files with 23 additions and 20 deletions

View file

@ -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`
~~~~~~~~~~~~~~~~~~~~~~~~~