1
0
mirror of https://github.com/django/django.git synced 2025-03-07 16:02:33 +00:00

15 lines
371 B
Plaintext
Raw Normal View History

2019-06-05 06:55:12 +02:00
==========================
Django 2.2.3 release notes
==========================
*Expected July 1, 2019*
Django 2.2.3 fixes several bugs in 2.2.2.
Bugfixes
========
* Fixed a regression in Django 2.2 where :class:`~django.db.models.Avg`,
:class:`~django.db.models.StdDev`, and :class:`~django.db.models.Variance`
crash with ``filter`` argument (:ticket:`30542`).