Mariusz Felisiak
|
6695d29b1c
|
Fixed CVE-2020-9402 -- Properly escaped tolerance parameter in GIS functions and aggregates on Oracle.
Thanks to Norbert Szetei for the report.
|
2020-03-04 09:04:50 +01:00 |
Mariusz Felisiak
|
7b8fa1653f
|
Fixed #31150 -- Included subqueries that reference related fields in GROUP BY clauses.
Thanks Johannes Hoppe for the report.
Regression in fb3f034f1c .
Co-authored-by: Simon Charette <charette.s@gmail.com>
|
2020-03-03 11:25:37 +01:00 |
Simon Charette
|
41ebe60728
|
Fixed #31312 -- Properly ordered temporal subtraction params on MySQL.
Regression in 9bcbcd599a .
Thanks rick2ricks for the report.
|
2020-02-27 08:50:55 +01:00 |
Mariusz Felisiak
|
2a038521c4
|
Fixed #31271 -- Preserved ordering when unifying query parameters on Oracle.
This caused misplacing parameters in logged SQL queries.
Regression in 79065b55a7 .
Thanks Hans Aarne Liblik for the report.
|
2020-02-18 11:45:12 +01:00 |
Abhijeet Viswa
|
1712a76b9d
|
Fixed #31246 -- Fixed locking models in QuerySet.select_for_update(of=()) for related fields and parent link fields with multi-table inheritance.
Partly regression in 0107e3d105 .
|
2020-02-11 20:43:57 +01:00 |
Florian Apolloner
|
41a3b3d186
|
Fixed #31240 -- Properly closed FileResponse when wsgi.file_wrapper is used.
Thanks to Oskar Persson for the report.
|
2020-02-11 20:39:12 +01:00 |
Jon Dufresne
|
e3f6e18513
|
Fixed #31253 -- Fixed data loss possibility when using caching from async code.
Case missed in a415ce70be .
|
2020-02-11 09:09:25 +01:00 |
Mariusz Felisiak
|
932bd794b2
|
Added "Bugfixes" section to release notes for 3.0.4.
|
2020-02-10 08:14:58 +01:00 |
Carlton Gibson
|
273918c25b
|
Added stub release notes for 3.0.4.
|
2020-02-03 10:23:54 +01:00 |