<feed xmlns='http://www.w3.org/2005/Atom'>
<title>django.git, branch 2.0.8</title>
<subtitle>django
</subtitle>
<id>http://cgit.adnoto.dev/django.git/atom?h=2.0.8</id>
<link rel='self' href='http://cgit.adnoto.dev/django.git/atom?h=2.0.8'/>
<link rel='alternate' type='text/html' href='http://cgit.adnoto.dev/django.git/'/>
<updated>2018-08-01T13:48:00Z</updated>
<entry>
<title>[2.0.x] Bumped version for 2.0.8 release.</title>
<updated>2018-08-01T13:48:00Z</updated>
<author>
<name>Tim Graham</name>
<email>timograham@gmail.com</email>
</author>
<published>2018-08-01T13:48:00Z</published>
<link rel='alternate' type='text/html' href='http://cgit.adnoto.dev/django.git/commit/?id=b83b44f40ca18f12d60bf25c89ff2ca50e402003'/>
<id>urn:sha1:b83b44f40ca18f12d60bf25c89ff2ca50e402003</id>
<content type='text'>
</content>
</entry>
<entry>
<title>[2.0.x] Fixed CVE-2018-14574 -- Fixed open redirect possibility in CommonMiddleware.</title>
<updated>2018-07-31T14:37:29Z</updated>
<author>
<name>Andreas Hug</name>
<email>andreas.hug@moccu.com</email>
</author>
<published>2018-07-24T20:18:17Z</published>
<link rel='alternate' type='text/html' href='http://cgit.adnoto.dev/django.git/commit/?id=6fffc3c6d420e44f4029d5643f38d00a39b08525'/>
<id>urn:sha1:6fffc3c6d420e44f4029d5643f38d00a39b08525</id>
<content type='text'>
</content>
</entry>
<entry>
<title>[2.0.x] Added stub release notes for security releases.</title>
<updated>2018-07-31T14:37:25Z</updated>
<author>
<name>Tim Graham</name>
<email>timograham@gmail.com</email>
</author>
<published>2018-07-23T14:42:40Z</published>
<link rel='alternate' type='text/html' href='http://cgit.adnoto.dev/django.git/commit/?id=af344691114e4a68334c30543bfb838996328212'/>
<id>urn:sha1:af344691114e4a68334c30543bfb838996328212</id>
<content type='text'>
</content>
</entry>
<entry>
<title>[2.0.x] Fixed #29617 -- Fixed Template crash if template_string is lazy.</title>
<updated>2018-07-31T14:11:18Z</updated>
<author>
<name>Dražen Odobašić</name>
<email>dodobas@quaternion.co</email>
</author>
<published>2018-07-31T13:57:11Z</published>
<link rel='alternate' type='text/html' href='http://cgit.adnoto.dev/django.git/commit/?id=253f1b74daac6300f6670929bfc0540ce1e71f7a'/>
<id>urn:sha1:253f1b74daac6300f6670929bfc0540ce1e71f7a</id>
<content type='text'>
Regression in 3a148f958dddd97c1379081118c30fbede6b6bc4.
Backport of 9f3b9ffd51c71d96728df9ee16f5a57c6f3b315d from master.
</content>
</entry>
<entry>
<title>[2.0.x] Fixed django/http/request.py docstring typo.</title>
<updated>2018-07-16T12:44:49Z</updated>
<author>
<name>François Freitag</name>
<email>mail@franek.fr</email>
</author>
<published>2018-07-16T08:48:20Z</published>
<link rel='alternate' type='text/html' href='http://cgit.adnoto.dev/django.git/commit/?id=c26f001967a546165c03f06e19ae2423999fd639'/>
<id>urn:sha1:c26f001967a546165c03f06e19ae2423999fd639</id>
<content type='text'>
Backport of 93e721a0b8155470336357c148c4d8364c36bbee from master
</content>
</entry>
<entry>
<title>[2.0.x] Refs #29451 -- Fixed test_isvalid_lookup on MySQL 8+.</title>
<updated>2018-07-06T13:06:08Z</updated>
<author>
<name>Tom</name>
<email>tom@tomforb.es</email>
</author>
<published>2018-07-05T20:06:09Z</published>
<link rel='alternate' type='text/html' href='http://cgit.adnoto.dev/django.git/commit/?id=50e4f9adac2eb14e87570fa8c326fac5d4e0dad5'/>
<id>urn:sha1:50e4f9adac2eb14e87570fa8c326fac5d4e0dad5</id>
<content type='text'>
Backport of f98e1c01eafa724cb87772ae03b3fd1158e9fd50 from master
</content>
</entry>
<entry>
<title>[2.0.x] Corrected cached_property() signature in docs.</title>
<updated>2018-07-06T12:56:37Z</updated>
<author>
<name>Sergey Fedoseev</name>
<email>fedoseev.sergey@gmail.com</email>
</author>
<published>2018-07-06T12:56:13Z</published>
<link rel='alternate' type='text/html' href='http://cgit.adnoto.dev/django.git/commit/?id=9dd66ba5d52cae27e0c68a55a873c98765568bd8'/>
<id>urn:sha1:9dd66ba5d52cae27e0c68a55a873c98765568bd8</id>
<content type='text'>
Backport of 82b9708c6f77d1a4b7b4236234065799370be245 from master
</content>
</entry>
<entry>
<title>[2.0.x] Fixed #29544 -- Fixed regex lookup on MariaDB.</title>
<updated>2018-07-05T16:12:11Z</updated>
<author>
<name>Michal Čihař</name>
<email>michal@cihar.com</email>
</author>
<published>2018-07-05T16:11:49Z</published>
<link rel='alternate' type='text/html' href='http://cgit.adnoto.dev/django.git/commit/?id=1645471348ac6012ad9444742f6e572ecf7c993b'/>
<id>urn:sha1:1645471348ac6012ad9444742f6e572ecf7c993b</id>
<content type='text'>
Regression in 42490768441701bc02255b22df8e6894cbe487c7.
Backport of 39e287d8bff50e9f91f3f4471088c1946aa6a76c from master
</content>
</entry>
<entry>
<title>[2.0.x] Refs #26608 -- Removed incorrect sentence in Expression.contains_over_clause docs.</title>
<updated>2018-07-05T15:38:35Z</updated>
<author>
<name>Mads Jensen</name>
<email>mje@inducks.org</email>
</author>
<published>2018-07-05T15:03:41Z</published>
<link rel='alternate' type='text/html' href='http://cgit.adnoto.dev/django.git/commit/?id=2ce830e683ad2ce60cfdc0d77866fc2e55a48b9f'/>
<id>urn:sha1:2ce830e683ad2ce60cfdc0d77866fc2e55a48b9f</id>
<content type='text'>
Backport of ab251fdad251cfb1e9fb61c42b5bfed9d0afe393 from master
</content>
</entry>
<entry>
<title>[2.0.x] Added stub release notes for 2.0.8.</title>
<updated>2018-07-04T00:06:22Z</updated>
<author>
<name>Tim Graham</name>
<email>timograham@gmail.com</email>
</author>
<published>2018-07-04T00:05:53Z</published>
<link rel='alternate' type='text/html' href='http://cgit.adnoto.dev/django.git/commit/?id=76e0efeb59297b5936244e550740d192e66685e7'/>
<id>urn:sha1:76e0efeb59297b5936244e550740d192e66685e7</id>
<content type='text'>
Backport of 2c3f19894695d6868a2c3ec5a6f097e432cc170e from master
</content>
</entry>
</feed>
