From 8db889eaf7dce0cb715b075be32047c1b1b316da Mon Sep 17 00:00:00 2001 From: Erik Romijn Date: Sun, 3 Jul 2016 15:55:14 +0200 Subject: Fixed #18682 -- Expanded explanation in stale content type deletion. (#6869) --- docs/releases/1.11.txt | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) (limited to 'docs') diff --git a/docs/releases/1.11.txt b/docs/releases/1.11.txt index 1d79b7ffca..2359eec910 100644 --- a/docs/releases/1.11.txt +++ b/docs/releases/1.11.txt @@ -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` ~~~~~~~~~~~~~~~~~~~~~~~~~ -- cgit v1.3