diff options
Diffstat (limited to 'docs')
| -rw-r--r-- | docs/releases/1.11.txt | 5 |
1 files changed, 4 insertions, 1 deletions
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` ~~~~~~~~~~~~~~~~~~~~~~~~~ |
