<feed xmlns='http://www.w3.org/2005/Atom'>
<title>chango.git, branch 2.2.14</title>
<subtitle>django
</subtitle>
<id>http://cgit.adnoto.dev/chango.git/atom?h=2.2.14</id>
<link rel='self' href='http://cgit.adnoto.dev/chango.git/atom?h=2.2.14'/>
<link rel='alternate' type='text/html' href='http://cgit.adnoto.dev/chango.git/'/>
<updated>2020-07-01T04:37:55Z</updated>
<entry>
<title>[2.2.x] Bumped version for 2.2.14 release.</title>
<updated>2020-07-01T04:37:55Z</updated>
<author>
<name>Mariusz Felisiak</name>
<email>felisiak.mariusz@gmail.com</email>
</author>
<published>2020-07-01T04:37:55Z</published>
<link rel='alternate' type='text/html' href='http://cgit.adnoto.dev/chango.git/commit/?id=74934f7e437cd1d7c33911a2dfa242dbeb56f49f'/>
<id>urn:sha1:74934f7e437cd1d7c33911a2dfa242dbeb56f49f</id>
<content type='text'>
</content>
</entry>
<entry>
<title>[2.2.x] Added release date for 2.2.14.</title>
<updated>2020-07-01T04:19:44Z</updated>
<author>
<name>Mariusz Felisiak</name>
<email>felisiak.mariusz@gmail.com</email>
</author>
<published>2020-07-01T04:16:32Z</published>
<link rel='alternate' type='text/html' href='http://cgit.adnoto.dev/chango.git/commit/?id=ee9bd41a72ef01bed0bacd3a186a1f296463cb61'/>
<id>urn:sha1:ee9bd41a72ef01bed0bacd3a186a1f296463cb61</id>
<content type='text'>
Backport of 0f3aecf581b50215820455eb2f6a19a1b3b3ef8b from master.
</content>
</entry>
<entry>
<title>[2.2.x] Refs #31751 -- Doc'd that cx_Oracle &lt; 8 is required.</title>
<updated>2020-06-30T07:47:50Z</updated>
<author>
<name>Mariusz Felisiak</name>
<email>felisiak.mariusz@gmail.com</email>
</author>
<published>2020-06-30T07:47:50Z</published>
<link rel='alternate' type='text/html' href='http://cgit.adnoto.dev/chango.git/commit/?id=fc2a3682f64e735321c5db85535a84207060e3da'/>
<id>urn:sha1:fc2a3682f64e735321c5db85535a84207060e3da</id>
<content type='text'>
</content>
</entry>
<entry>
<title>[2.2.x] Refs #31682 -- Doc'd minimal sqlparse version in Django 2.2.</title>
<updated>2020-06-10T04:55:55Z</updated>
<author>
<name>Mariusz Felisiak</name>
<email>felisiak.mariusz@gmail.com</email>
</author>
<published>2020-06-10T04:53:32Z</published>
<link rel='alternate' type='text/html' href='http://cgit.adnoto.dev/chango.git/commit/?id=9ecce34afe7ca2932bec0dfadd4c68b3f5e1fb4b'/>
<id>urn:sha1:9ecce34afe7ca2932bec0dfadd4c68b3f5e1fb4b</id>
<content type='text'>
Support for sqlparse &lt; 0.2.2 was broken in
40b0a58f5ff949fba1072627e4ad11ef98aa7f36 because is_whitespace property
was added in sqlparse 0.2.2.

Backport of 4339f2aff272bceabd67e452c65bcfe0700b3f09 from master.
</content>
</entry>
<entry>
<title>[2.2.x] Refs #30183 -- Doc'd dropping support for sqlparse &lt; 0.2.2.</title>
<updated>2020-06-10T04:18:44Z</updated>
<author>
<name>Stephen Rauch</name>
<email>stephenrauch@users.noreply.github.com</email>
</author>
<published>2019-11-06T03:11:09Z</published>
<link rel='alternate' type='text/html' href='http://cgit.adnoto.dev/chango.git/commit/?id=cdad78e6ee562f8f3acce065e396fb90d04180a1'/>
<id>urn:sha1:cdad78e6ee562f8f3acce065e396fb90d04180a1</id>
<content type='text'>
Support for sqlparse &lt; 0.2.2 was broken in
782d85b6dfa191e67c0f1d572641d8236c79174c because is_whitespace property
was added in sqlparse 0.2.2.

Backport of 4b6db766ba4b613d317c87f87d1d63865b7424a4 from master.
</content>
</entry>
<entry>
<title>[2.2.x] Fixed #31654 -- Fixed cache key validation messages.</title>
<updated>2020-06-05T05:24:04Z</updated>
<author>
<name>Mariusz Felisiak</name>
<email>felisiak.mariusz@gmail.com</email>
</author>
<published>2020-06-05T05:21:52Z</published>
<link rel='alternate' type='text/html' href='http://cgit.adnoto.dev/chango.git/commit/?id=b2b2723512dd0024567fba0c680424ebb7fa1149'/>
<id>urn:sha1:b2b2723512dd0024567fba0c680424ebb7fa1149</id>
<content type='text'>
Backport of 926148ef019abcac3a9988c78734d9336d69f24e from master.
</content>
</entry>
<entry>
<title>[2.2.x] Fixed ForeignKeyRawIdWidgetTest.test_render_unsafe_limit_choices_to on Python 3.5.</title>
<updated>2020-06-04T05:37:40Z</updated>
<author>
<name>Mariusz Felisiak</name>
<email>felisiak.mariusz@gmail.com</email>
</author>
<published>2020-06-04T05:37:40Z</published>
<link rel='alternate' type='text/html' href='http://cgit.adnoto.dev/chango.git/commit/?id=b87719034a2f6dbea132f1e16f90ee91b8140be0'/>
<id>urn:sha1:b87719034a2f6dbea132f1e16f90ee91b8140be0</id>
<content type='text'>
</content>
</entry>
<entry>
<title>[2.2.x] Refs CVE-2020-13254 -- Fixed cache.tests when KEY_PREFIX is defined.</title>
<updated>2020-06-03T11:01:31Z</updated>
<author>
<name>Mariusz Felisiak</name>
<email>felisiak.mariusz@gmail.com</email>
</author>
<published>2020-06-03T10:37:37Z</published>
<link rel='alternate' type='text/html' href='http://cgit.adnoto.dev/chango.git/commit/?id=ea9bc392c4b5a83a705d8dd6eaa707b90ed40b94'/>
<id>urn:sha1:ea9bc392c4b5a83a705d8dd6eaa707b90ed40b94</id>
<content type='text'>
Follow up to 2c82414914ae6476be5a166be9ff49c24d0d9069.

Backport of 229c9c6653356a0bc23846d83b2d4b5d0438a145 from master
</content>
</entry>
<entry>
<title>[2.2.x] Post-release version bump.</title>
<updated>2020-06-03T08:50:32Z</updated>
<author>
<name>Carlton Gibson</name>
<email>carlton.gibson@noumenal.es</email>
</author>
<published>2020-06-03T08:50:32Z</published>
<link rel='alternate' type='text/html' href='http://cgit.adnoto.dev/chango.git/commit/?id=2661c22eb1b5bf0c4cff51dfb13ff5486e9c8acf'/>
<id>urn:sha1:2661c22eb1b5bf0c4cff51dfb13ff5486e9c8acf</id>
<content type='text'>
</content>
</entry>
<entry>
<title>[2.2.x] Bumped version for 2.2.13 release.</title>
<updated>2020-06-03T08:49:41Z</updated>
<author>
<name>Carlton Gibson</name>
<email>carlton.gibson@noumenal.es</email>
</author>
<published>2020-06-03T08:49:41Z</published>
<link rel='alternate' type='text/html' href='http://cgit.adnoto.dev/chango.git/commit/?id=8093aaa8ff9dd7386a069c6eb49fcc1c5980c033'/>
<id>urn:sha1:8093aaa8ff9dd7386a069c6eb49fcc1c5980c033</id>
<content type='text'>
</content>
</entry>
</feed>
