mirror of
https://github.com/django/django.git
synced 2025-08-03 10:34:04 +00:00
[3.0.x] Fixed #31312 -- Properly ordered temporal subtraction params on MySQL.
Regression in9bcbcd599a
. Thanks rick2ricks for the report. Backport of41ebe60728
from master
This commit is contained in:
parent
59ac25c93b
commit
16cacdcb3f
3 changed files with 25 additions and 4 deletions
|
@ -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`).
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue