diff options
Diffstat (limited to 'docs')
| -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. |
