diff options
Diffstat (limited to 'docs')
| -rw-r--r-- | docs/releases/1.10.1.txt | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/docs/releases/1.10.1.txt b/docs/releases/1.10.1.txt index 46188aa2da..b5c72c5e8b 100644 --- a/docs/releases/1.10.1.txt +++ b/docs/releases/1.10.1.txt @@ -72,3 +72,7 @@ Bugfixes * Fixed the creation of ``ContentType`` and ``Permission`` objects for models of applications without migrations when calling the ``migrate`` command with no migrations to apply (:ticket:`27044`). + +* Included the already applied migration state changes in the ``Apps`` instance + provided to the ``pre_migrate`` signal receivers to allow ``ContentType`` + renaming to be performed on model rename (:ticket:`27100`). |
