<feed xmlns='http://www.w3.org/2005/Atom'>
<title>django.git, branch 2.0.3</title>
<subtitle>django
</subtitle>
<id>http://cgit.adnoto.dev/django.git/atom?h=2.0.3</id>
<link rel='self' href='http://cgit.adnoto.dev/django.git/atom?h=2.0.3'/>
<link rel='alternate' type='text/html' href='http://cgit.adnoto.dev/django.git/'/>
<updated>2018-03-06T13:58:40Z</updated>
<entry>
<title>[2.0.x] Bumped version for 2.0.3 release.</title>
<updated>2018-03-06T13:58:40Z</updated>
<author>
<name>Tim Graham</name>
<email>timograham@gmail.com</email>
</author>
<published>2018-03-06T13:58:40Z</published>
<link rel='alternate' type='text/html' href='http://cgit.adnoto.dev/django.git/commit/?id=2d73ffc6f96e399716a1ed3f58acd4e99afa3d33'/>
<id>urn:sha1:2d73ffc6f96e399716a1ed3f58acd4e99afa3d33</id>
<content type='text'>
</content>
</entry>
<entry>
<title>[2.0.x] Fixed CVE-2018-7537 -- Fixed catastrophic backtracking in django.utils.text.Truncator.</title>
<updated>2018-03-06T13:52:23Z</updated>
<author>
<name>Tim Graham</name>
<email>timograham@gmail.com</email>
</author>
<published>2018-02-24T21:22:43Z</published>
<link rel='alternate' type='text/html' href='http://cgit.adnoto.dev/django.git/commit/?id=94c5da1d17a6b0d378866c66b605102c19f7988c'/>
<id>urn:sha1:94c5da1d17a6b0d378866c66b605102c19f7988c</id>
<content type='text'>
Thanks James Davis for suggesting the fix.
</content>
</entry>
<entry>
<title>[2.0.x] Fixed CVE-2018-7536 -- Fixed catastrophic backtracking in urlize and urlizetrunc template filters.</title>
<updated>2018-03-06T13:52:23Z</updated>
<author>
<name>Tim Graham</name>
<email>timograham@gmail.com</email>
</author>
<published>2018-02-24T16:30:11Z</published>
<link rel='alternate' type='text/html' href='http://cgit.adnoto.dev/django.git/commit/?id=e157315da3ae7005fa0683ffc9751dbeca7306c8'/>
<id>urn:sha1:e157315da3ae7005fa0683ffc9751dbeca7306c8</id>
<content type='text'>
Thanks Florian Apolloner for assisting with the patch.
</content>
</entry>
<entry>
<title>[2.0.x] Added stub release notes for security releases.</title>
<updated>2018-03-06T13:52:15Z</updated>
<author>
<name>Tim Graham</name>
<email>timograham@gmail.com</email>
</author>
<published>2018-02-25T00:39:17Z</published>
<link rel='alternate' type='text/html' href='http://cgit.adnoto.dev/django.git/commit/?id=2da00644764fef7cd4fb6200894ca13bc140b037'/>
<id>urn:sha1:2da00644764fef7cd4fb6200894ca13bc140b037</id>
<content type='text'>
</content>
</entry>
<entry>
<title>[2.0.x] Improved clarity of docs/topics/install.txt.</title>
<updated>2018-03-05T15:36:26Z</updated>
<author>
<name>jblang94</name>
<email>jbarlang@gmail.com</email>
</author>
<published>2018-03-05T06:12:18Z</published>
<link rel='alternate' type='text/html' href='http://cgit.adnoto.dev/django.git/commit/?id=99a6a6b176c76d85b4928de056f9020edffc36d9'/>
<id>urn:sha1:99a6a6b176c76d85b4928de056f9020edffc36d9</id>
<content type='text'>
Backport of 84398897a72c051b294d334afff5613e0e08769e from master
</content>
</entry>
<entry>
<title>[2.0.x] Fixed typo in docs/topics/forms/media.txt.</title>
<updated>2018-03-02T19:48:02Z</updated>
<author>
<name>Daniel Hahler</name>
<email>github@thequod.de</email>
</author>
<published>2018-03-02T19:47:47Z</published>
<link rel='alternate' type='text/html' href='http://cgit.adnoto.dev/django.git/commit/?id=da71f2ca9239f73e7d278513fb225831fad4e771'/>
<id>urn:sha1:da71f2ca9239f73e7d278513fb225831fad4e771</id>
<content type='text'>
Backport of 939e0a5995357ad0597565ad19a8d99216fa14e4 from master
</content>
</entry>
<entry>
<title>[2.0.x] Fixed #29176 -- Fixed AbstractBaseUser.normalize_username() crash if username isn't a string.</title>
<updated>2018-03-02T16:48:43Z</updated>
<author>
<name>Christophe Mehay</name>
<email>cmehay@student.42.fr</email>
</author>
<published>2018-03-01T14:26:40Z</published>
<link rel='alternate' type='text/html' href='http://cgit.adnoto.dev/django.git/commit/?id=e91ff6e29cfd916afd3620adf4aeab733e06dbb5'/>
<id>urn:sha1:e91ff6e29cfd916afd3620adf4aeab733e06dbb5</id>
<content type='text'>
Backport of 40bac28faabbacd0875e59455cd80fb1dbb16966 from master
</content>
</entry>
<entry>
<title>[2.0.x] Fixed #29172 -- Fixed crash with Window expression in a subquery.</title>
<updated>2018-03-01T15:51:54Z</updated>
<author>
<name>Tomáš Ehrlich</name>
<email>tomas.ehrlich@gmail.com</email>
</author>
<published>2018-03-01T07:55:05Z</published>
<link rel='alternate' type='text/html' href='http://cgit.adnoto.dev/django.git/commit/?id=3cdc88ba5305f8653fdd1afa36ba9d4d83c426bf'/>
<id>urn:sha1:3cdc88ba5305f8653fdd1afa36ba9d4d83c426bf</id>
<content type='text'>
Backport of fa352626c2a80bcdcd0fc6492b5fd5130490f05e from master
</content>
</entry>
<entry>
<title>[2.0.x] Updated translations from Transifex</title>
<updated>2018-02-28T19:05:45Z</updated>
<author>
<name>Claude Paroz</name>
<email>claude@2xlibre.net</email>
</author>
<published>2018-02-26T20:11:53Z</published>
<link rel='alternate' type='text/html' href='http://cgit.adnoto.dev/django.git/commit/?id=2126e9317e80a7d4c42e033dd33d7e3378fdfcf8'/>
<id>urn:sha1:2126e9317e80a7d4c42e033dd33d7e3378fdfcf8</id>
<content type='text'>
</content>
</entry>
<entry>
<title>[2.0.x] Fixed #29166 -- Fixed crash in When() expression with a list argument.</title>
<updated>2018-02-28T17:10:58Z</updated>
<author>
<name>Mariusz Felisiak</name>
<email>felisiak.mariusz@gmail.com</email>
</author>
<published>2018-02-28T17:05:23Z</published>
<link rel='alternate' type='text/html' href='http://cgit.adnoto.dev/django.git/commit/?id=10a20e4b37da94fd55b4e9a13e634c2a379bd9e0'/>
<id>urn:sha1:10a20e4b37da94fd55b4e9a13e634c2a379bd9e0</id>
<content type='text'>
Thanks Matthew Pava for the report and Tim Graham and Carlton Gibson for
reviews.
Regression in 19b2dfd1bfe7fd716dd3d8bfa5f972070d83b42f.

Backport of 54f80430be4a9adf1fc00b4ca17547415fafc69b from master
</content>
</entry>
</feed>
