<feed xmlns='http://www.w3.org/2005/Atom'>
<title>django.git/docs/releases/2.0.2.txt, branch 2.0.2</title>
<subtitle>django
</subtitle>
<id>http://cgit.adnoto.dev/django.git/atom?h=2.0.2</id>
<link rel='self' href='http://cgit.adnoto.dev/django.git/atom?h=2.0.2'/>
<link rel='alternate' type='text/html' href='http://cgit.adnoto.dev/django.git/'/>
<updated>2018-02-01T14:13:59Z</updated>
<entry>
<title>[2.0.x] Fixed CVE-2018-6188 -- Fixed information leakage in AuthenticationForm.</title>
<updated>2018-02-01T14:13:59Z</updated>
<author>
<name>Tim Graham</name>
<email>timograham@gmail.com</email>
</author>
<published>2018-01-23T18:20:18Z</published>
<link rel='alternate' type='text/html' href='http://cgit.adnoto.dev/django.git/commit/?id=c37bb28677295f6edda61d8ac461014ef0d3aeb2'/>
<id>urn:sha1:c37bb28677295f6edda61d8ac461014ef0d3aeb2</id>
<content type='text'>
Reverted 359370a8b8ca0efe99b1d4630b291ec060b69225 (refs #28645).

This is a security fix.
</content>
</entry>
<entry>
<title>[2.0.x] Fixed #29094 -- Fixed crash when entering an invalid uuid in ModelAdmin.raw_id_fields.</title>
<updated>2018-02-01T13:46:13Z</updated>
<author>
<name>Tim Graham</name>
<email>timograham@gmail.com</email>
</author>
<published>2018-01-31T18:43:05Z</published>
<link rel='alternate' type='text/html' href='http://cgit.adnoto.dev/django.git/commit/?id=1bd45e24584286075f4ff6cbeff2437c77e2c762'/>
<id>urn:sha1:1bd45e24584286075f4ff6cbeff2437c77e2c762</id>
<content type='text'>
Regression in 2f9861d823620da7ecb291a8f005f53da12b1e89.

Thanks Carel Burger for the report and fix.

Backport of 552abffab16cbdff571486b683e7e7ef12e46066 from master
</content>
</entry>
<entry>
<title>[2.0.x] Fixed #29091 -- Fixed makemigrations crash if migrations directory doesn't have __init__.py.</title>
<updated>2018-01-31T14:37:07Z</updated>
<author>
<name>Tim Graham</name>
<email>timograham@gmail.com</email>
</author>
<published>2018-01-30T23:28:04Z</published>
<link rel='alternate' type='text/html' href='http://cgit.adnoto.dev/django.git/commit/?id=834843ca4fdc474eba4457dee3d99fb9c882ca65'/>
<id>urn:sha1:834843ca4fdc474eba4457dee3d99fb9c882ca65</id>
<content type='text'>
Regression in aadd3aeb2ba3153e35bd805c80c901f289a6f333.

Backport of 0a37ea56d05208e31ed2f29fdffca65b6d92fa2e from master
</content>
</entry>
<entry>
<title>[2.0.x] Fixed #29071 -- Fixed contrib.auth.authenticate() crash if a backend doesn't accept a request but a later one does.</title>
<updated>2018-01-31T13:34:11Z</updated>
<author>
<name>Tim Graham</name>
<email>timograham@gmail.com</email>
</author>
<published>2018-01-31T00:31:25Z</published>
<link rel='alternate' type='text/html' href='http://cgit.adnoto.dev/django.git/commit/?id=55e16f25e9d2050e95e448f9ab2e4b9fc845a9e5'/>
<id>urn:sha1:55e16f25e9d2050e95e448f9ab2e4b9fc845a9e5</id>
<content type='text'>
Regression in a3ba2662cdaa36183fdfb8a26dfa157e26fca76a.
</content>
</entry>
<entry>
<title>[2.0.x] Fixed #29054 -- Fixed a regression where a queryset that annotates with geometry objects crashes.</title>
<updated>2018-01-27T10:14:42Z</updated>
<author>
<name>Mariusz Felisiak</name>
<email>felisiak.mariusz@gmail.com</email>
</author>
<published>2018-01-27T10:12:11Z</published>
<link rel='alternate' type='text/html' href='http://cgit.adnoto.dev/django.git/commit/?id=42622b8934d46a8f07d1f89b66edbcffa98f3f4a'/>
<id>urn:sha1:42622b8934d46a8f07d1f89b66edbcffa98f3f4a</id>
<content type='text'>
Made GEOSGeometryBase hashable.
Regression in 19b2dfd1bfe7fd716dd3d8bfa5f972070d83b42f.

Thanks Tim Graham for the review.
Backport of b002a032f90b8cd228cfcee6c88cd238a8191cc0 from master
</content>
</entry>
<entry>
<title>[2.0.x] Fixed #29067 -- Fixed regression in QuerySet.values_list(..., flat=True) followed by annotate().</title>
<updated>2018-01-26T15:22:14Z</updated>
<author>
<name>Jon Dufresne</name>
<email>jon.dufresne@gmail.com</email>
</author>
<published>2018-01-26T04:28:34Z</published>
<link rel='alternate' type='text/html' href='http://cgit.adnoto.dev/django.git/commit/?id=61c74ae74f6e23e5c6468c1bc2adb348c60cc289'/>
<id>urn:sha1:61c74ae74f6e23e5c6468c1bc2adb348c60cc289</id>
<content type='text'>
Regression in 4dfd6b88d520b43b6363946e5ee58ba14cd1efe6.

Backport of 3187c89d6f8c60ca7e78093d5b37e0709e71cea9 from master
</content>
</entry>
<entry>
<title>[2.0.x] Fixed #29016 -- Fixed incorrect foreign key nullification on related instance deletion.</title>
<updated>2018-01-13T18:10:02Z</updated>
<author>
<name>Étienne Loks</name>
<email>etienne.loks@iggdrasil.net</email>
</author>
<published>2018-01-13T11:23:48Z</published>
<link rel='alternate' type='text/html' href='http://cgit.adnoto.dev/django.git/commit/?id=8f2e3857ce5a50839ee362690a6a6d92fc8ff0ea'/>
<id>urn:sha1:8f2e3857ce5a50839ee362690a6a6d92fc8ff0ea</id>
<content type='text'>
Backport of 9a621edf624a4eb1f1645fca628a9e432f0de776 from master
</content>
</entry>
<entry>
<title>[2.0.x] Fixed #28885 -- Fixed hidden content at the bottom of the "The install worked successfully!" page for some languages.</title>
<updated>2018-01-13T00:33:07Z</updated>
<author>
<name>Himanshu Chauhan</name>
<email>hchauhan1404@outlook.com</email>
</author>
<published>2018-01-12T05:01:40Z</published>
<link rel='alternate' type='text/html' href='http://cgit.adnoto.dev/django.git/commit/?id=cc1bdce6740251d33d20dfdf27e2340e4cee0f56'/>
<id>urn:sha1:cc1bdce6740251d33d20dfdf27e2340e4cee0f56</id>
<content type='text'>
Backport of 1b753b2d60230974e7d537ddacbcc1ad23348e7c from master
</content>
</entry>
<entry>
<title>[2.0.x] Added stub release notes for 2.0.2.</title>
<updated>2018-01-02T01:12:08Z</updated>
<author>
<name>Tim Graham</name>
<email>timograham@gmail.com</email>
</author>
<published>2018-01-02T01:09:48Z</published>
<link rel='alternate' type='text/html' href='http://cgit.adnoto.dev/django.git/commit/?id=41b30a992ed42ab350e19198d6665dbf9843f8ba'/>
<id>urn:sha1:41b30a992ed42ab350e19198d6665dbf9843f8ba</id>
<content type='text'>
Backport of 0f5a741ada39f5ac193b9b9cfc00088ebd325f32 from master
</content>
</entry>
</feed>
