mirror of
https://github.com/django/django.git
synced 2025-08-04 19:08:28 +00:00
Refs #18682 -- Edited explanation in stale content type deletion.
Follow up to 8db889eaf7
.
This commit is contained in:
parent
7399fee6c3
commit
e2dfa81ff7
4 changed files with 23 additions and 20 deletions
|
@ -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`
|
||||
~~~~~~~~~~~~~~~~~~~~~~~~~
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue