1
0
mirror of https://github.com/django/django.git synced 2025-02-02 21:59:53 +00:00
django/docs/releases/2.0.3.txt
Simon Charette d61fe24601 Fixed #29108 -- Fixed crash in aggregation of distinct+ordered+sliced querysets.
Regression in 4acae21846f6212aa992763e587c7e201828d7b0.
Thanks Stephen Brooks for the report.
2018-02-08 09:59:25 -05:00

14 lines
299 B
Plaintext

==========================
Django 2.0.3 release notes
==========================
*Expected March 1, 2018*
Django 2.0.3 fixes several bugs in 2.0.2.
Bugfixes
========
* Fixed a regression that caused sliced ``QuerySet.distinct().order_by()``
followed by ``count()`` to crash (:ticket:`29108`).