diff options
| author | Simon Charette <charette.s@gmail.com> | 2020-02-27 00:34:37 -0500 |
|---|---|---|
| committer | Mariusz Felisiak <felisiak.mariusz@gmail.com> | 2020-02-27 08:50:55 +0100 |
| commit | 41ebe60728a15aa273f4d70de92f5246a89c3d4e (patch) | |
| tree | 1a3bb1e641a2b28e02d100a3f8ca998a7687cd6e /docs | |
| parent | f1016814d84b1423cfe0df85644c9870a6bc6b41 (diff) | |
Fixed #31312 -- Properly ordered temporal subtraction params on MySQL.
Regression in 9bcbcd599abac91ea853b2fe10b784ba32df043e.
Thanks rick2ricks for the report.
Diffstat (limited to 'docs')
| -rw-r--r-- | docs/releases/3.0.4.txt | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/docs/releases/3.0.4.txt b/docs/releases/3.0.4.txt index 216bc29b0e..1da9a22552 100644 --- a/docs/releases/3.0.4.txt +++ b/docs/releases/3.0.4.txt @@ -23,3 +23,7 @@ Bugfixes * Fixed a regression in Django 3.0 that caused misplacing parameters in logged SQL queries on Oracle (:ticket:`31271`). + +* Fixed a regression in Django 3.0.3 that caused misplacing parameters of SQL + queries when subtracting ``DateField`` or ``DateTimeField`` expressions on + MySQL (:ticket:`31312`). |
