<feed xmlns='http://www.w3.org/2005/Atom'>
<title>django.git/tests/postgres_tests/test_json.py, branch 1.11.27</title>
<subtitle>django
</subtitle>
<id>http://cgit.adnoto.dev/django.git/atom?h=1.11.27</id>
<link rel='self' href='http://cgit.adnoto.dev/django.git/atom?h=1.11.27'/>
<link rel='alternate' type='text/html' href='http://cgit.adnoto.dev/django.git/'/>
<updated>2019-10-11T10:01:42Z</updated>
<entry>
<title>[1.11.x] Fixed #30826 -- Fixed crash of many JSONField lookups when one hand side is key transform.</title>
<updated>2019-10-11T10:01:42Z</updated>
<author>
<name>Louise Grandjonc</name>
<email>louve.grandjonc@gmail.com</email>
</author>
<published>2019-10-01T23:25:40Z</published>
<link rel='alternate' type='text/html' href='http://cgit.adnoto.dev/django.git/commit/?id=a843a9ba8da40ffae49c9ec13e7b5c41d5e40ca5'/>
<id>urn:sha1:a843a9ba8da40ffae49c9ec13e7b5c41d5e40ca5</id>
<content type='text'>
Regression in 6c3dfba89215fc56fc27ef61829a6fff88be4abb.

Backport of 7d1bf29977bb368d7c28e7c6eb146db3b3009ae7 from master.
</content>
</entry>
<entry>
<title>[1.11.x] Fixed #30769 -- Fixed a crash when filtering against a subquery JSON/HStoreField annotation.</title>
<updated>2019-09-16T07:05:48Z</updated>
<author>
<name>Simon Charette</name>
<email>simon.charette@zapier.com</email>
</author>
<published>2019-09-16T03:25:50Z</published>
<link rel='alternate' type='text/html' href='http://cgit.adnoto.dev/django.git/commit/?id=fd393907c91e855acbd6f7a287bdc8e951c328e8'/>
<id>urn:sha1:fd393907c91e855acbd6f7a287bdc8e951c328e8</id>
<content type='text'>
This was a regression introduced by 7deeabc7c7526786df6894429ce89a9c4b614086
to address CVE-2019-14234.

Thanks Tim Kleinschmidt for the report and Mariusz for the tests.

Backport of 6c3dfba89215fc56fc27ef61829a6fff88be4abb from master.
</content>
</entry>
<entry>
<title>[1.11.x] Fixed #30672 -- Fixed crash of JSONField/HStoreField key transforms on expressions with params.</title>
<updated>2019-08-14T13:58:10Z</updated>
<author>
<name>Mariusz Felisiak</name>
<email>felisiak.mariusz@gmail.com</email>
</author>
<published>2019-08-14T13:25:35Z</published>
<link rel='alternate' type='text/html' href='http://cgit.adnoto.dev/django.git/commit/?id=473c526b1b014e73e139665db2ddbbcee23bb826'/>
<id>urn:sha1:473c526b1b014e73e139665db2ddbbcee23bb826</id>
<content type='text'>
Regression in 4f5b58f5cd3c57fee9972ab074f8dc6895d8f387.

Thanks Florian Apolloner for the report and helping with tests.

Backport of 1f8382d34d54061eddc41df6994e20ee38c60907 from master.
</content>
</entry>
<entry>
<title>[1.11.x] Fixed CVE-2019-14234 -- Protected JSONField/HStoreField key and index lookups against SQL injection.</title>
<updated>2019-07-31T19:29:17Z</updated>
<author>
<name>Mariusz Felisiak</name>
<email>felisiak.mariusz@gmail.com</email>
</author>
<published>2019-07-22T08:45:26Z</published>
<link rel='alternate' type='text/html' href='http://cgit.adnoto.dev/django.git/commit/?id=ed682a24fca774818542757651bfba576c3fc3ef'/>
<id>urn:sha1:ed682a24fca774818542757651bfba576c3fc3ef</id>
<content type='text'>
Thanks to Sage M. Abdullah for the report and initial patch.
Thanks Florian Apolloner for reviews.
</content>
</entry>
<entry>
<title>Fixed #27693, Refs #27257 -- Fixed iexact lookup on JSONField keys.</title>
<updated>2017-01-07T00:25:32Z</updated>
<author>
<name>Simon Charette</name>
<email>charette.s@gmail.com</email>
</author>
<published>2017-01-06T00:03:51Z</published>
<link rel='alternate' type='text/html' href='http://cgit.adnoto.dev/django.git/commit/?id=d976760260c2d8371c1535a7bdeba9a2e0568a34'/>
<id>urn:sha1:d976760260c2d8371c1535a7bdeba9a2e0568a34</id>
<content type='text'>
Thanks Harris Lapiroff for the report.
</content>
</entry>
<entry>
<title>Refs #27003 -- Fixed JSONField crash on converted values.</title>
<updated>2016-11-15T23:43:55Z</updated>
<author>
<name>Brandon Chinn</name>
<email>brandonchinn178@gmail.com</email>
</author>
<published>2016-11-12T01:07:31Z</published>
<link rel='alternate' type='text/html' href='http://cgit.adnoto.dev/django.git/commit/?id=eed615000903ec7b659c3563b7b4b4b3f34f5636'/>
<id>urn:sha1:eed615000903ec7b659c3563b7b4b4b3f34f5636</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Fixed #27257 -- Fixed builtin text lookups on JSONField keys.</title>
<updated>2016-09-23T02:19:37Z</updated>
<author>
<name>Simon Charette</name>
<email>charette.s@gmail.com</email>
</author>
<published>2016-09-22T02:06:09Z</published>
<link rel='alternate' type='text/html' href='http://cgit.adnoto.dev/django.git/commit/?id=cecef94275118dc49a1b0d89d3ca9734e2ec9776'/>
<id>urn:sha1:cecef94275118dc49a1b0d89d3ca9734e2ec9776</id>
<content type='text'>
Thanks Nick Stefan for the report and Tim for the review.
</content>
</entry>
<entry>
<title>Used a database feature to prevent the jsonb test model from being migrated.</title>
<updated>2016-09-13T00:07:35Z</updated>
<author>
<name>Simon Charette</name>
<email>charette.s@gmail.com</email>
</author>
<published>2016-09-10T23:20:16Z</published>
<link rel='alternate' type='text/html' href='http://cgit.adnoto.dev/django.git/commit/?id=32c0d823e5316aa7d616a69996919b62748368cc'/>
<id>urn:sha1:32c0d823e5316aa7d616a69996919b62748368cc</id>
<content type='text'>
Thanks Tim for the review.
</content>
</entry>
<entry>
<title>Fixed #26908 -- Fixed crash with jsonfield__key__isnull lookup.</title>
<updated>2016-09-07T17:56:45Z</updated>
<author>
<name>Tim Graham</name>
<email>timograham@gmail.com</email>
</author>
<published>2016-09-07T17:56:45Z</published>
<link rel='alternate' type='text/html' href='http://cgit.adnoto.dev/django.git/commit/?id=2eb7d6e6d41480f21305fc6abe2f1a443491ddec'/>
<id>urn:sha1:2eb7d6e6d41480f21305fc6abe2f1a443491ddec</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Fixed #25995 -- Added an encoder option to JSONField</title>
<updated>2016-08-25T19:42:42Z</updated>
<author>
<name>Claude Paroz</name>
<email>claude@2xlibre.net</email>
</author>
<published>2016-08-11T19:05:52Z</published>
<link rel='alternate' type='text/html' href='http://cgit.adnoto.dev/django.git/commit/?id=13c3e5d5a05e9c358d212d154addd703cac3bc66'/>
<id>urn:sha1:13c3e5d5a05e9c358d212d154addd703cac3bc66</id>
<content type='text'>
Thanks Berker Peksag and Tim Graham for the reviews.
</content>
</entry>
</feed>
