mirror of
https://github.com/django/django.git
synced 2025-07-24 05:36:15 +00:00
Fixed #27044 -- Included already applied migration changes in the post-migrate state when the execution plan is empty.
Refs #24100. Thanks tkhyn for the report and Tim for the review.
This commit is contained in:
parent
ad25fe7350
commit
d1757d8df4
5 changed files with 36 additions and 8 deletions
|
@ -68,3 +68,7 @@ Bugfixes
|
|||
|
||||
* Added the database alias to the ``InconsistentMigrationHistory`` message
|
||||
raised by ``makemigrations`` and ``migrate`` (:ticket:`27089`).
|
||||
|
||||
* 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`).
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue