mirror of
https://github.com/django/django.git
synced 2025-09-26 12:09:19 +00:00
Fixed #29125 -- Made Q.deconstruct() deterministic with multiple keyword arguments.
This commit is contained in:
parent
a6fb81750a
commit
b95c49c954
3 changed files with 14 additions and 1 deletions
|
@ -17,3 +17,7 @@ Bugfixes
|
|||
(:ticket:`29109`).
|
||||
|
||||
* Fixed crash with ``QuerySet.order_by(Exists(...))`` (:ticket:`29118`).
|
||||
|
||||
* Made ``Q.deconstruct()`` deterministic with multiple keyword arguments
|
||||
(:ticket:`29125`). You may need to modify ``Q``'s in existing migrations, or
|
||||
accept an autogenerated migration.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue