mirror of
https://github.com/django/django.git
synced 2025-02-02 21:59:53 +00:00
d61fe24601
Regression in 4acae21846f6212aa992763e587c7e201828d7b0. Thanks Stephen Brooks for the report.
14 lines
299 B
Plaintext
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`).
|