<feed xmlns='http://www.w3.org/2005/Atom'>
<title>django.git/django/db/models/fields/__init__.py, branch 3.1b1</title>
<subtitle>django
</subtitle>
<id>http://cgit.adnoto.dev/django.git/atom?h=3.1b1</id>
<link rel='self' href='http://cgit.adnoto.dev/django.git/atom?h=3.1b1'/>
<link rel='alternate' type='text/html' href='http://cgit.adnoto.dev/django.git/'/>
<updated>2020-06-05T19:14:33Z</updated>
<entry>
<title>[3.1.x] Fixed #31663 -- Made DecimalField.to_python() handle non-numeric invalid values.</title>
<updated>2020-06-05T19:14:33Z</updated>
<author>
<name>Sasha Pachev</name>
<email>sasha@asksasha.com</email>
</author>
<published>2020-06-05T19:13:36Z</published>
<link rel='alternate' type='text/html' href='http://cgit.adnoto.dev/django.git/commit/?id=21adaffb6ebe7513c355f49a1628d11df5825800'/>
<id>urn:sha1:21adaffb6ebe7513c355f49a1628d11df5825800</id>
<content type='text'>
Backport of 38a21f2d9ed4f556af934498ec6a242f6a20418a 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>Removed unnecessary tuple wrapping of single format string argument.</title>
<updated>2020-04-27T06:30:16Z</updated>
<author>
<name>François Freitag</name>
<email>mail@franek.fr</email>
</author>
<published>2020-04-25T13:53:30Z</published>
<link rel='alternate' type='text/html' href='http://cgit.adnoto.dev/django.git/commit/?id=abea86f9e44a8eda9ad1859fe05a91509bdb8011'/>
<id>urn:sha1:abea86f9e44a8eda9ad1859fe05a91509bdb8011</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Refs #31369 -- Deprecated models.NullBooleanField in favor of BooleanField(null=True).</title>
<updated>2020-04-24T08:10:45Z</updated>
<author>
<name>Tim Schilling</name>
<email>schillingt@better-simple.com</email>
</author>
<published>2020-03-31T02:16:33Z</published>
<link rel='alternate' type='text/html' href='http://cgit.adnoto.dev/django.git/commit/?id=a92cc84b4a206d18a5f1a0eaa47f19add40ff99b'/>
<id>urn:sha1:a92cc84b4a206d18a5f1a0eaa47f19add40ff99b</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Fixed #31286 -- Made database specific fields checks databases aware.</title>
<updated>2020-02-24T13:23:46Z</updated>
<author>
<name>Taoup</name>
<email>mahongtao0x7e0@163.com</email>
</author>
<published>2020-02-19T11:14:54Z</published>
<link rel='alternate' type='text/html' href='http://cgit.adnoto.dev/django.git/commit/?id=271fdab8b78af558238df51c64b4d1c8dd0792bb'/>
<id>urn:sha1:271fdab8b78af558238df51c64b4d1c8dd0792bb</id>
<content type='text'>
Follow up to 0b83c8cc4db95812f1e15ca19d78614e94cf38dd.
</content>
</entry>
<entry>
<title>Fixed #31124 -- Fixed setting of get_FOO_display() when overriding inherited choices.</title>
<updated>2020-01-15T14:35:22Z</updated>
<author>
<name>Carlton Gibson</name>
<email>carlton.gibson@noumenal.es</email>
</author>
<published>2020-01-07T10:52:09Z</published>
<link rel='alternate' type='text/html' href='http://cgit.adnoto.dev/django.git/commit/?id=29c126bb349526b5f1cd78facbe9f25906f18563'/>
<id>urn:sha1:29c126bb349526b5f1cd78facbe9f25906f18563</id>
<content type='text'>
Regression in 2d38eb0ab9f78d68c083a5b78b1eca39027b279a
</content>
</entry>
<entry>
<title>Fixed #31155 -- Fixed a system check for the longest choice when a named group contains only non-string values.</title>
<updated>2020-01-11T18:47:36Z</updated>
<author>
<name>Mariusz Felisiak</name>
<email>felisiak.mariusz@gmail.com</email>
</author>
<published>2020-01-11T18:47:36Z</published>
<link rel='alternate' type='text/html' href='http://cgit.adnoto.dev/django.git/commit/?id=6f7998adc784032f4b8918ca2eea27537ea4cbbe'/>
<id>urn:sha1:6f7998adc784032f4b8918ca2eea27537ea4cbbe</id>
<content type='text'>
Regression in b6251956b69512bf230322bd7a49b629ca8455c6.

Thanks Murat Guchetl for the report.</content>
</entry>
<entry>
<title>Fixed #30987 -- Added models.PositiveBigIntegerField.</title>
<updated>2019-11-19T08:34:11Z</updated>
<author>
<name>Caio Ariede</name>
<email>caio.ariede@gmail.com</email>
</author>
<published>2019-10-16T12:32:12Z</published>
<link rel='alternate' type='text/html' href='http://cgit.adnoto.dev/django.git/commit/?id=555bebe7749ab1a72d5141a00f9ce7a602c72298'/>
<id>urn:sha1:555bebe7749ab1a72d5141a00f9ce7a602c72298</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Refs #30095 -- Added Field._choices_is_value().</title>
<updated>2019-11-05T10:48:44Z</updated>
<author>
<name>Hasan Ramezani</name>
<email>hasan.r67@gmail.com</email>
</author>
<published>2019-10-31T19:31:14Z</published>
<link rel='alternate' type='text/html' href='http://cgit.adnoto.dev/django.git/commit/?id=dc60597eb643814e54fbb0f7dadfe68c634e52fa'/>
<id>urn:sha1:dc60597eb643814e54fbb0f7dadfe68c634e52fa</id>
<content type='text'>
This allows fields classes to override the validation of choices'
values.
</content>
</entry>
<entry>
<title>Fixed #30931 -- Restored ability to override Model.get_FIELD_display().</title>
<updated>2019-11-04T06:55:34Z</updated>
<author>
<name>Carlton Gibson</name>
<email>carlton.gibson@noumenal.es</email>
</author>
<published>2019-10-31T10:34:56Z</published>
<link rel='alternate' type='text/html' href='http://cgit.adnoto.dev/django.git/commit/?id=2d38eb0ab9f78d68c083a5b78b1eca39027b279a'/>
<id>urn:sha1:2d38eb0ab9f78d68c083a5b78b1eca39027b279a</id>
<content type='text'>
Thanks Sergey Fedoseev for the implementation idea.

Regression in a68ea231012434b522ce45c513d84add516afa60.
</content>
</entry>
</feed>
