summaryrefslogtreecommitdiff
path: root/docs/releases/3.0.4.txt
AgeCommit message (Expand)Author
2020-03-04Fixed CVE-2020-9402 -- Properly escaped tolerance parameter in GIS functions ...Mariusz Felisiak
2020-03-03Fixed #31150 -- Included subqueries that reference related fields in GROUP BY...Mariusz Felisiak
2020-02-27Fixed #31312 -- Properly ordered temporal subtraction params on MySQL.Simon Charette
2020-02-18Fixed #31271 -- Preserved ordering when unifying query parameters on Oracle.Mariusz Felisiak
2020-02-11Fixed #31246 -- Fixed locking models in QuerySet.select_for_update(of=()) for...Abhijeet Viswa
2020-02-11Fixed #31240 -- Properly closed FileResponse when wsgi.file_wrapper is used.Florian Apolloner
2020-02-11Fixed #31253 -- Fixed data loss possibility when using caching from async code.Jon Dufresne
2020-02-10Added "Bugfixes" section to release notes for 3.0.4.Mariusz Felisiak
2020-02-03Added stub release notes for 3.0.4.Carlton Gibson