summaryrefslogtreecommitdiff
path: root/docs/releases/2.0.2.txt
AgeCommit message (Collapse)Author
2018-02-01Fixed CVE-2018-6188 -- Fixed information leakage in AuthenticationForm.Tim Graham
Reverted 359370a8b8ca0efe99b1d4630b291ec060b69225 (refs #28645). This is a security fix.
2018-02-01Fixed #29094 -- Fixed crash when entering an invalid uuid in ↵Tim Graham
ModelAdmin.raw_id_fields. Regression in 2f9861d823620da7ecb291a8f005f53da12b1e89. Thanks Carel Burger for the report and fix.
2018-01-31Fixed #29091 -- Fixed makemigrations crash if migrations directory doesn't ↵Tim Graham
have __init__.py. Regression in aadd3aeb2ba3153e35bd805c80c901f289a6f333.
2018-01-31Refs #29071 -- Forwardported 2.0.2/1.11.10 release notes.Tim Graham
2018-01-27Fixed #29054 -- Fixed a regression where a queryset that annotates with ↵Mariusz Felisiak
geometry objects crashes. Made GEOSGeometryBase hashable. Regression in 19b2dfd1bfe7fd716dd3d8bfa5f972070d83b42f. Thanks Tim Graham for the review.
2018-01-26Fixed #29067 -- Fixed regression in QuerySet.values_list(..., flat=True) ↵Jon Dufresne
followed by annotate().
2018-01-13Fixed #29016 -- Fixed incorrect foreign key nullification on related ↵Étienne Loks
instance deletion.
2018-01-12Fixed #28885 -- Fixed hidden content at the bottom of the "The install ↵Himanshu Chauhan
worked successfully!" page for some languages.
2018-01-01Added stub release notes for 2.0.2.Tim Graham