Fixed #29125 -- Made Q.deconstruct() deterministic with multiple keyword arguments.

This commit is contained in:
Tim Graham 2018-02-12 14:00:29 -05:00
parent a6fb81750a
commit b95c49c954
3 changed files with 14 additions and 1 deletions

View file

@ -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.