diff options
| author | Tim Graham <timograham@gmail.com> | 2018-02-12 14:00:29 -0500 |
|---|---|---|
| committer | Tim Graham <timograham@gmail.com> | 2018-02-12 14:52:32 -0500 |
| commit | b95c49c954e3b75678bb258e9fb2ec30d0d960bb (patch) | |
| tree | 31ec388f6e51d3c39aee0836251017170307edec /docs/releases/2.0.3.txt | |
| parent | a6fb81750a2f2c426e44f828b0e06420e760bf6d (diff) | |
Fixed #29125 -- Made Q.deconstruct() deterministic with multiple keyword arguments.
Diffstat (limited to 'docs/releases/2.0.3.txt')
| -rw-r--r-- | docs/releases/2.0.3.txt | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/docs/releases/2.0.3.txt b/docs/releases/2.0.3.txt index 252e51fcf0..c0c9ebb782 100644 --- a/docs/releases/2.0.3.txt +++ b/docs/releases/2.0.3.txt @@ -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. |
