mirror of
https://github.com/django/django.git
synced 2025-07-24 05:36:15 +00:00
Partially reverted refs #27054 except for one of the tests as this solution supersedes that one. Thanks Shai Berger for the review.
This commit is contained in:
parent
32c02f2a0e
commit
098c07a032
6 changed files with 48 additions and 29 deletions
|
@ -55,7 +55,9 @@ Bugfixes
|
|||
|
||||
* Reallowed the ``{% for %}`` tag to unpack any iterable (:ticket:`27058`).
|
||||
|
||||
* Fixed ``makemigrations`` crash if a database is read-only (:ticket:`27054`).
|
||||
* Made ``makemigrations`` skip inconsistent history checks on non-default
|
||||
databases if database routers aren't in use or if no apps can be migrated
|
||||
to the database (:ticket:`27054`, :ticket:`27110`, :ticket:`27142`).
|
||||
|
||||
* Removed duplicated managers in ``Model._meta.managers`` (:ticket:`27073`).
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue