mirror of https://github.com/django/django.git
14 lines
294 B
Plaintext
14 lines
294 B
Plaintext
==========================
|
|
Django 2.0.4 release notes
|
|
==========================
|
|
|
|
*Expected April 2, 2018*
|
|
|
|
Django 2.0.4 fixes several bugs in 2.0.3.
|
|
|
|
Bugfixes
|
|
========
|
|
|
|
* Fixed a crash when filtering with an ``Exists()`` annotation of a queryset
|
|
containing a single field (:ticket:`29195`).
|