1
0
mirror of https://github.com/django/django.git synced 2025-02-01 13:19:18 +00:00
django/docs/releases/2.0.3.txt

14 lines
299 B
Plaintext
Raw Normal View History

2018-02-04 00:10:08 -05:00
==========================
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`).