1
0
mirror of https://github.com/django/django.git synced 2025-02-08 08:26:13 +00:00
django/docs/releases/3.0.4.txt

14 lines
258 B
Plaintext
Raw Normal View History

2020-02-03 10:23:54 +01:00
==========================
Django 3.0.4 release notes
==========================
*Expected March 2, 2020*
Django 3.0.4 fixes several bugs in 3.0.3.
Bugfixes
========
* Fixed a data loss possibility when using caching from async code
(:ticket:`31253`).