summaryrefslogtreecommitdiff
path: root/docs/releases/2.2.4.txt
AgeCommit message (Expand)Author
2021-01-14Refs #12990 -- Removed django.contrib.postgres.fields.JSONField per deprecati...Mariusz Felisiak
2019-08-01Fixed CVE-2019-14235 -- Fixed potential memory exhaustion in django.utils.enc...Florian Apolloner
2019-08-01Fixed CVE-2019-14234 -- Protected JSONField/HStoreField key and index lookups...Mariusz Felisiak
2019-08-01Fixed CVE-2019-14233 -- Prevented excessive HTMLParser recursion in strip_tag...Florian Apolloner
2019-08-01Fixed CVE-2019-14232 -- Adjusted regex to avoid backtracking issues when trun...Florian Apolloner
2019-07-25Added stub release notes for security releases.Carlton Gibson
2019-07-24Fixed #30647 -- Fixed crash of autoreloader when extra directory cannot be re...Tom Forbes
2019-07-23Fixed #30506 -- Fixed crash of autoreloader when path contains null characters.Tom Forbes
2019-07-10Fixed #30621 -- Fixed crash of __contains lookup for Date/DateTimeRangeField ...Mariusz Felisiak
2019-07-10Fixed #30628 -- Adjusted expression identity to differentiate bound fields.Simon Charette
2019-07-09Added stub release notes for 2.2.4.Mariusz Felisiak