1
0
mirror of https://github.com/django/django.git synced 2025-10-31 09:41:08 +00:00

Fixed #18682 -- Expanded explanation in stale content type deletion. (#6869)

This commit is contained in:
Erik Romijn
2016-07-03 15:55:14 +02:00
committed by Florian Apolloner
parent f7e00b40c5
commit 8db889eaf7
3 changed files with 59 additions and 14 deletions

View File

@@ -73,7 +73,10 @@ 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.
:mod:`django.contrib.gis`
~~~~~~~~~~~~~~~~~~~~~~~~~