<feed xmlns='http://www.w3.org/2005/Atom'>
<title>django.git/docs/releases/2.0.3.txt, branch main</title>
<subtitle>django
</subtitle>
<id>http://cgit.adnoto.dev/django.git/atom?h=main</id>
<link rel='self' href='http://cgit.adnoto.dev/django.git/atom?h=main'/>
<link rel='alternate' type='text/html' href='http://cgit.adnoto.dev/django.git/'/>
<updated>2018-03-06T13:30:40Z</updated>
<entry>
<title>Fixed CVE-2018-7537 -- Fixed catastrophic backtracking in django.utils.text.Truncator.</title>
<updated>2018-03-06T13:30:40Z</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=97b7dd59bb8d6163239061e2022153c3415d146d'/>
<id>urn:sha1:97b7dd59bb8d6163239061e2022153c3415d146d</id>
<content type='text'>
Thanks James Davis for suggesting the fix.
</content>
</entry>
<entry>
<title>Fixed CVE-2018-7536 -- Fixed catastrophic backtracking in urlize and urlizetrunc template filters.</title>
<updated>2018-03-06T13:30:40Z</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=8618271caa0b09daba39ff3b46567d33ae1e1d3a'/>
<id>urn:sha1:8618271caa0b09daba39ff3b46567d33ae1e1d3a</id>
<content type='text'>
Thanks Florian Apolloner for assisting with the patch.
</content>
</entry>
<entry>
<title>Added stub release notes for security releases.</title>
<updated>2018-03-06T13:30:34Z</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=4d2a2c83c7e8171522469908e8be8342ccb02052'/>
<id>urn:sha1:4d2a2c83c7e8171522469908e8be8342ccb02052</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Fixed #29176 -- Fixed AbstractBaseUser.normalize_username() crash if username isn't a string.</title>
<updated>2018-03-02T16:32:53Z</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=40bac28faabbacd0875e59455cd80fb1dbb16966'/>
<id>urn:sha1:40bac28faabbacd0875e59455cd80fb1dbb16966</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Fixed #29172 -- Fixed crash with Window expression in a subquery.</title>
<updated>2018-03-01T15:24:14Z</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=fa352626c2a80bcdcd0fc6492b5fd5130490f05e'/>
<id>urn:sha1:fa352626c2a80bcdcd0fc6492b5fd5130490f05e</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Updated translations from Transifex</title>
<updated>2018-02-28T19:06:52Z</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=75527c0f8360ae3555fcf67ce19b4cb910b69b9d'/>
<id>urn:sha1:75527c0f8360ae3555fcf67ce19b4cb910b69b9d</id>
<content type='text'>
Forward port of 2126e9317e80a7d4c42e033dd33d7e3378fdfcf8 from stable/2.0.x.
</content>
</entry>
<entry>
<title>Fixed #29166 -- Fixed crash in When() expression with a list argument.</title>
<updated>2018-02-28T17:05:23Z</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=54f80430be4a9adf1fc00b4ca17547415fafc69b'/>
<id>urn:sha1:54f80430be4a9adf1fc00b4ca17547415fafc69b</id>
<content type='text'>
Thanks Matthew Pava for the report and Tim Graham and Carlton Gibson for
reviews.
Regression in 19b2dfd1bfe7fd716dd3d8bfa5f972070d83b42f.</content>
</entry>
<entry>
<title>Fixed #29125 -- Made Q.deconstruct() deterministic with multiple keyword arguments.</title>
<updated>2018-02-12T19:52:32Z</updated>
<author>
<name>Tim Graham</name>
<email>timograham@gmail.com</email>
</author>
<published>2018-02-12T19:00:29Z</published>
<link rel='alternate' type='text/html' href='http://cgit.adnoto.dev/django.git/commit/?id=b95c49c954e3b75678bb258e9fb2ec30d0d960bb'/>
<id>urn:sha1:b95c49c954e3b75678bb258e9fb2ec30d0d960bb</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Fixed #29118 -- Fixed crash with QuerySet.order_by(Exists(...)).</title>
<updated>2018-02-10T23:35:57Z</updated>
<author>
<name>Raphael Gaschignard</name>
<email>r.gaschignard@gmail.com</email>
</author>
<published>2018-02-07T03:09:43Z</published>
<link rel='alternate' type='text/html' href='http://cgit.adnoto.dev/django.git/commit/?id=bf26f66029bca94b007a2452679ac004598364a6'/>
<id>urn:sha1:bf26f66029bca94b007a2452679ac004598364a6</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Fixed #29109 -- Fixed the admin time picker widget for the Thai locale.</title>
<updated>2018-02-10T21:05:41Z</updated>
<author>
<name>Manatsawin Hanmongkolchai</name>
<email>manatsawin@gmail.com</email>
</author>
<published>2018-02-10T21:05:41Z</published>
<link rel='alternate' type='text/html' href='http://cgit.adnoto.dev/django.git/commit/?id=1a1264f1494976c562c7cb832fe47f3e1e765b8f'/>
<id>urn:sha1:1a1264f1494976c562c7cb832fe47f3e1e765b8f</id>
<content type='text'>
</content>
</entry>
</feed>
