mirror of
https://github.com/django/django.git
synced 2025-08-04 02:48:35 +00:00

Expressions referring to different bound fields should not be
considered equal.
Thanks Julien Enselme for the detailed report.
Regression in bc7e288ca9
.
14 lines
387 B
Text
14 lines
387 B
Text
==========================
|
|
Django 2.2.4 release notes
|
|
==========================
|
|
|
|
*Expected August 1, 2019*
|
|
|
|
Django 2.2.4 fixes several bugs in 2.2.3.
|
|
|
|
Bugfixes
|
|
========
|
|
|
|
* Fixed a regression in Django 2.2 when ordering a ``QuerySet.union()``,
|
|
``intersection()``, or ``difference()`` by a field type present more than
|
|
once results in the wrong ordering being used (:ticket:`30628`).
|