<feed xmlns='http://www.w3.org/2005/Atom'>
<title>delta/python-packages/django.git/tests/postgres_tests/fields.py, branch 3.2</title>
<subtitle>github.com: django/django.git
</subtitle>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/django.git/'/>
<entry>
<title>Fixed #26167 -- Added support for functional indexes.</title>
<updated>2021-01-13T10:47:50+00:00</updated>
<author>
<name>Hannes Ljungberg</name>
<email>hannes@5monkeys.se</email>
</author>
<published>2019-10-10T18:04:17+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/django.git/commit/?id=83fcfc9ec8610540948815e127101f1206562ead'/>
<id>83fcfc9ec8610540948815e127101f1206562ead</id>
<content type='text'>
Thanks Simon Charette, Mads Jensen, and Mariusz Felisiak for reviews.

Co-authored-by: Markus Holtermann &lt;info@markusholtermann.eu&gt;
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Thanks Simon Charette, Mads Jensen, and Mariusz Felisiak for reviews.

Co-authored-by: Markus Holtermann &lt;info@markusholtermann.eu&gt;
</pre>
</div>
</content>
</entry>
<entry>
<title>Fixed #12990, Refs #27694 -- Added JSONField model field.</title>
<updated>2020-05-08T05:23:31+00:00</updated>
<author>
<name>sage</name>
<email>laymonage@gmail.com</email>
</author>
<published>2019-06-09T00:56:37+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/django.git/commit/?id=6789ded0a6ab797f0dcdfa6ad5d1cfa46e23abcd'/>
<id>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>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
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;
</pre>
</div>
</content>
</entry>
<entry>
<title>Fixed #29391 -- Made PostgresSimpleLookup respect Field.get_db_prep_value().</title>
<updated>2019-02-09T23:05:50+00:00</updated>
<author>
<name>Vinay Karanam</name>
<email>vinayinvicible@gmail.com</email>
</author>
<published>2019-02-03T23:27:19+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/django.git/commit/?id=5a36c81f58b8ff45d8dac052343722c54e3fa521'/>
<id>5a36c81f58b8ff45d8dac052343722c54e3fa521</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Fixed #29598 -- Deprecated FloatRangeField in favor of DecimalRangeField.</title>
<updated>2018-10-02T23:17:23+00:00</updated>
<author>
<name>Stefano Chiodino</name>
<email>StefanoChiodino@users.noreply.github.com</email>
</author>
<published>2018-10-02T23:17:23+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/django.git/commit/?id=6de7f9ec60fbdc59797bc21803f16260bd203f04'/>
<id>6de7f9ec60fbdc59797bc21803f16260bd203f04</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Refs #26610 -- Added CIText mixin and CIChar/Email/TextField.</title>
<updated>2017-02-11T12:16:35+00:00</updated>
<author>
<name>Mads Jensen</name>
<email>mje@inducks.org</email>
</author>
<published>2017-02-11T12:16:35+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/django.git/commit/?id=fb5bd38e3b83c7f0d1011de80f922fc34faf740b'/>
<id>fb5bd38e3b83c7f0d1011de80f922fc34faf740b</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Refs #23919 -- Replaced super(ClassName, self) with super().</title>
<updated>2017-01-25T17:23:46+00:00</updated>
<author>
<name>chillaranand</name>
<email>anand21nanda@gmail.com</email>
</author>
<published>2017-01-21T13:13:44+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/django.git/commit/?id=d6eaf7c0183cd04b78f2a55e1d60bb7e59598310'/>
<id>d6eaf7c0183cd04b78f2a55e1d60bb7e59598310</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Fixed #26610 -- Added CITextField to contrib.postgres.</title>
<updated>2016-09-21T16:11:37+00:00</updated>
<author>
<name>Mads Jensen</name>
<email>mje@inducks.org</email>
</author>
<published>2016-06-01T21:43:59+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/django.git/commit/?id=094d630ae8d8e5e68817c313da0fd737898b216b'/>
<id>094d630ae8d8e5e68817c313da0fd737898b216b</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Fixed #25995 -- Added an encoder option to JSONField</title>
<updated>2016-08-25T19:42:42+00:00</updated>
<author>
<name>Claude Paroz</name>
<email>claude@2xlibre.net</email>
</author>
<published>2016-08-11T19:05:52+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/django.git/commit/?id=13c3e5d5a05e9c358d212d154addd703cac3bc66'/>
<id>13c3e5d5a05e9c358d212d154addd703cac3bc66</id>
<content type='text'>
Thanks Berker Peksag and Tim Graham for the reviews.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Thanks Berker Peksag and Tim Graham for the reviews.
</pre>
</div>
</content>
</entry>
<entry>
<title>Refs #3254 -- Added full text search to contrib.postgres.</title>
<updated>2016-04-22T09:44:37+00:00</updated>
<author>
<name>Marc Tamlyn</name>
<email>marc.tamlyn@gmail.com</email>
</author>
<published>2015-05-31T21:45:03+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/django.git/commit/?id=2d877da85526bad0dad7fd6b1d56b1f924c0116a'/>
<id>2d877da85526bad0dad7fd6b1d56b1f924c0116a</id>
<content type='text'>
Adds a reasonably feature complete implementation of full text search
using the built in PostgreSQL engine. It uses public APIs from
Expression and Lookup.

With thanks to Tim Graham, Simon Charettes, Josh Smeaton, Mikey Ariel
and many others for their advice and review. Particular thanks also go
to the supporters of the contrib.postgres kickstarter.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Adds a reasonably feature complete implementation of full text search
using the built in PostgreSQL engine. It uses public APIs from
Expression and Lookup.

With thanks to Tim Graham, Simon Charettes, Josh Smeaton, Mikey Ariel
and many others for their advice and review. Particular thanks also go
to the supporters of the contrib.postgres kickstarter.
</pre>
</div>
</content>
</entry>
<entry>
<title>Fixed #24604 -- Added JSONField to contrib.postgres.</title>
<updated>2015-05-30T22:10:30+00:00</updated>
<author>
<name>Marc Tamlyn</name>
<email>marc.tamlyn@gmail.com</email>
</author>
<published>2015-05-30T21:13:58+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/django.git/commit/?id=33ea472f6924480eb8708bc6d0ac90b9f742ba68'/>
<id>33ea472f6924480eb8708bc6d0ac90b9f742ba68</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
</feed>
