<feed xmlns='http://www.w3.org/2005/Atom'>
<title>django.git/tests/postgres_tests/migrations/0002_create_test_models.py, branch 3.1.3</title>
<subtitle>django
</subtitle>
<id>http://cgit.adnoto.dev/django.git/atom?h=3.1.3</id>
<link rel='self' href='http://cgit.adnoto.dev/django.git/atom?h=3.1.3'/>
<link rel='alternate' type='text/html' href='http://cgit.adnoto.dev/django.git/'/>
<updated>2020-10-14T20:10:09Z</updated>
<entry>
<title>[3.1.x] Refs #32096 -- Fixed ExclusionConstraint crash with JSONField key transforms in expressions.</title>
<updated>2020-10-14T20:10:09Z</updated>
<author>
<name>Mariusz Felisiak</name>
<email>felisiak.mariusz@gmail.com</email>
</author>
<published>2020-10-14T11:09:24Z</published>
<link rel='alternate' type='text/html' href='http://cgit.adnoto.dev/django.git/commit/?id=536213278c77884e9f985c18a8f9e1158f0d680a'/>
<id>urn:sha1:536213278c77884e9f985c18a8f9e1158f0d680a</id>
<content type='text'>
Regression in 6789ded0a6ab797f0dcdfa6ad5d1cfa46e23abcd.

Backport of ee0abac169c2dcc6818d583247903c2a8ef55f7c from master.
</content>
</entry>
<entry>
<title>[3.1.x] Refs #32096 -- Added test for ArrayAgg over JSONField key transforms.</title>
<updated>2020-10-14T18:57:03Z</updated>
<author>
<name>Mariusz Felisiak</name>
<email>felisiak.mariusz@gmail.com</email>
</author>
<published>2020-10-12T10:52:58Z</published>
<link rel='alternate' type='text/html' href='http://cgit.adnoto.dev/django.git/commit/?id=735c88fdd75ca1f798bd39b00be77af4acc6cf15'/>
<id>urn:sha1:735c88fdd75ca1f798bd39b00be77af4acc6cf15</id>
<content type='text'>
Backport of 1d650ad019c1ab8e73d1e5b2587bb232c8ab35b6 from master
</content>
</entry>
<entry>
<title>Fixed #12990, Refs #27694 -- Added JSONField model field.</title>
<updated>2020-05-08T05:23:31Z</updated>
<author>
<name>sage</name>
<email>laymonage@gmail.com</email>
</author>
<published>2019-06-09T00:56:37Z</published>
<link rel='alternate' type='text/html' href='http://cgit.adnoto.dev/django.git/commit/?id=6789ded0a6ab797f0dcdfa6ad5d1cfa46e23abcd'/>
<id>urn:sha1:6789ded0a6ab797f0dcdfa6ad5d1cfa46e23abcd</id>
<content type='text'>
Thanks to Adam Johnson, Carlton Gibson, Mariusz Felisiak, and Raphael
Michel for mentoring this Google Summer of Code 2019 project and
everyone else who helped with the patch.

Special thanks to Mads Jensen, Nick Pope, and Simon Charette for
extensive reviews.

Co-authored-by: Mariusz Felisiak &lt;felisiak.mariusz@gmail.com&gt;
</content>
</entry>
<entry>
<title>Fixed #31340 -- Allowed query expressions in SearchQuery.value and __search lookup.</title>
<updated>2020-03-16T09:27:23Z</updated>
<author>
<name>Baptiste Mispelon</name>
<email>bmispelon@gmail.com</email>
</author>
<published>2020-03-04T12:33:12Z</published>
<link rel='alternate' type='text/html' href='http://cgit.adnoto.dev/django.git/commit/?id=3baf92cf8230ad3a932986170fd07c8feae7ff2f'/>
<id>urn:sha1:3baf92cf8230ad3a932986170fd07c8feae7ff2f</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Fixed #31039 -- Added support for contained_by lookup with AutoFields, SmallIntegerField, and DecimalField.</title>
<updated>2019-12-05T14:50:39Z</updated>
<author>
<name>Hasan Ramezani</name>
<email>hasan.r67@gmail.com</email>
</author>
<published>2019-12-05T08:54:27Z</published>
<link rel='alternate' type='text/html' href='http://cgit.adnoto.dev/django.git/commit/?id=5d674eac871a306405b0fbbaeb17bbeba9c68bf3'/>
<id>urn:sha1:5d674eac871a306405b0fbbaeb17bbeba9c68bf3</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Refs #27808 -- Added test for saving nested ArrayField with nullable base field.</title>
<updated>2019-11-01T14:56:21Z</updated>
<author>
<name>Hasan Ramezani</name>
<email>hasan.r67@gmail.com</email>
</author>
<published>2019-11-01T11:08:03Z</published>
<link rel='alternate' type='text/html' href='http://cgit.adnoto.dev/django.git/commit/?id=84633905273fc916e3d17883810d9969c03f73c2'/>
<id>urn:sha1:84633905273fc916e3d17883810d9969c03f73c2</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Fixed #29824 -- Added support for database exclusion constraints on PostgreSQL.</title>
<updated>2019-07-16T16:04:41Z</updated>
<author>
<name>Mads Jensen</name>
<email>mje@inducks.org</email>
</author>
<published>2019-07-12T11:08:00Z</published>
<link rel='alternate' type='text/html' href='http://cgit.adnoto.dev/django.git/commit/?id=a3417282ac0464a9a2d1d7685bcfef10feed2597'/>
<id>urn:sha1:a3417282ac0464a9a2d1d7685bcfef10feed2597</id>
<content type='text'>
Thanks to Nick Pope and Mariusz Felisiak for review.

Co-Authored-By: Mariusz Felisiak &lt;felisiak.mariusz@gmail.com&gt;
</content>
</entry>
<entry>
<title>Fixed #30621 -- Fixed crash of __contains lookup for Date/DateTimeRangeField when the right hand side is the same type.</title>
<updated>2019-07-10T08:33:36Z</updated>
<author>
<name>Mariusz Felisiak</name>
<email>felisiak.mariusz@gmail.com</email>
</author>
<published>2019-07-10T08:33:36Z</published>
<link rel='alternate' type='text/html' href='http://cgit.adnoto.dev/django.git/commit/?id=7991111af12056ec9a856f35935d273526338c1f'/>
<id>urn:sha1:7991111af12056ec9a856f35935d273526338c1f</id>
<content type='text'>
Thanks Tilman Koschnick for the report and initial patch.
Thanks Carlton Gibson the review.

Regression in 6b048b364ca1e0e56a0d3815bf2be33ac9998355.</content>
</entry>
<entry>
<title>Fixed #29391 -- Made PostgresSimpleLookup respect Field.get_db_prep_value().</title>
<updated>2019-02-09T23:05:50Z</updated>
<author>
<name>Vinay Karanam</name>
<email>vinayinvicible@gmail.com</email>
</author>
<published>2019-02-03T23:27:19Z</published>
<link rel='alternate' type='text/html' href='http://cgit.adnoto.dev/django.git/commit/?id=5a36c81f58b8ff45d8dac052343722c54e3fa521'/>
<id>urn:sha1:5a36c81f58b8ff45d8dac052343722c54e3fa521</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Fixed #29598 -- Deprecated FloatRangeField in favor of DecimalRangeField.</title>
<updated>2018-10-02T23:17:23Z</updated>
<author>
<name>Stefano Chiodino</name>
<email>StefanoChiodino@users.noreply.github.com</email>
</author>
<published>2018-10-02T23:17:23Z</published>
<link rel='alternate' type='text/html' href='http://cgit.adnoto.dev/django.git/commit/?id=6de7f9ec60fbdc59797bc21803f16260bd203f04'/>
<id>urn:sha1:6de7f9ec60fbdc59797bc21803f16260bd203f04</id>
<content type='text'>
</content>
</entry>
</feed>
