diff options
| author | Erik Romijn <erik@erik.io> | 2016-07-03 15:55:14 +0200 |
|---|---|---|
| committer | Florian Apolloner <apollo13@users.noreply.github.com> | 2016-07-03 15:55:14 +0200 |
| commit | 8db889eaf7dce0cb715b075be32047c1b1b316da (patch) | |
| tree | 13a52c3c21615067a22906a00b829bd70df951d1 /docs | |
| parent | f7e00b40c558967d697529b7ed55c5fb82396e6d (diff) | |
Fixed #18682 -- Expanded explanation in stale content type deletion. (#6869)
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` ~~~~~~~~~~~~~~~~~~~~~~~~~ |
