<feed xmlns='http://www.w3.org/2005/Atom'>
<title>django.git/django/db/models/fields/__init__.py, branch stable/3.2.x</title>
<subtitle>django
</subtitle>
<id>http://cgit.adnoto.dev/django.git/atom?h=stable%2F3.2.x</id>
<link rel='self' href='http://cgit.adnoto.dev/django.git/atom?h=stable%2F3.2.x'/>
<link rel='alternate' type='text/html' href='http://cgit.adnoto.dev/django.git/'/>
<updated>2021-04-08T11:44:21Z</updated>
<entry>
<title>[3.2.x] Fixed #32620 -- Allowed subclasses of Big/SmallAutoField for DEFAULT_AUTO_FIELD.</title>
<updated>2021-04-08T11:44:21Z</updated>
<author>
<name>Adam Johnson</name>
<email>me@adamj.eu</email>
</author>
<published>2021-04-08T10:40:16Z</published>
<link rel='alternate' type='text/html' href='http://cgit.adnoto.dev/django.git/commit/?id=49e618f4af422d0c8828775ca7a0bbd48288a585'/>
<id>urn:sha1:49e618f4af422d0c8828775ca7a0bbd48288a585</id>
<content type='text'>
Backport of 45a58c31e64dbfdecab1178b1d00a3803a90ea2d from main
</content>
</entry>
<entry>
<title>Used model's Options.label where applicable.</title>
<updated>2020-12-29T07:56:39Z</updated>
<author>
<name>Mariusz Felisiak</name>
<email>felisiak.mariusz@gmail.com</email>
</author>
<published>2020-12-29T07:56:39Z</published>
<link rel='alternate' type='text/html' href='http://cgit.adnoto.dev/django.git/commit/?id=ce30e750e6259068ac348aa71f855a5f70d2d49f'/>
<id>urn:sha1:ce30e750e6259068ac348aa71f855a5f70d2d49f</id>
<content type='text'>
Follow up to b7a3a6c9ef0a89625881b47594120bca55fa2e49.</content>
</entry>
<entry>
<title>Fixed #32132 -- Fixed column types in m2m intermediary tables for Positive(Big/Small)IntegerFields.</title>
<updated>2020-11-02T19:11:58Z</updated>
<author>
<name>David-Wobrock</name>
<email>david.wobrock@gmail.com</email>
</author>
<published>2020-10-23T21:56:12Z</published>
<link rel='alternate' type='text/html' href='http://cgit.adnoto.dev/django.git/commit/?id=cfc7cd6513a72b8c5898c264d04bdf49f897a1de'/>
<id>urn:sha1:cfc7cd6513a72b8c5898c264d04bdf49f897a1de</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Fixed #31777 -- Added support for database collations to Char/TextFields.</title>
<updated>2020-09-21T16:24:56Z</updated>
<author>
<name>Tom Carrick</name>
<email>tom@carrick.eu</email>
</author>
<published>2020-07-18T11:17:39Z</published>
<link rel='alternate' type='text/html' href='http://cgit.adnoto.dev/django.git/commit/?id=e387f191f76777015b6ea687ce83cdb05ee47cee'/>
<id>urn:sha1:e387f191f76777015b6ea687ce83cdb05ee47cee</id>
<content type='text'>
Thanks Simon Charette and Mariusz Felisiak for reviews.
</content>
</entry>
<entry>
<title>Fixed #31750 -- Made models.Field equality compare models for inherited fields.</title>
<updated>2020-09-09T18:52:59Z</updated>
<author>
<name>Ryan Hiebert</name>
<email>ryan@ryanhiebert.com</email>
</author>
<published>2020-06-30T04:16:05Z</published>
<link rel='alternate' type='text/html' href='http://cgit.adnoto.dev/django.git/commit/?id=502e75f9ed5476ffe8229109acf0c23999d4b533'/>
<id>urn:sha1:502e75f9ed5476ffe8229109acf0c23999d4b533</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Fixed #31663 -- Made DecimalField.to_python() handle non-numeric invalid values.</title>
<updated>2020-06-05T19:13:36Z</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=38a21f2d9ed4f556af934498ec6a242f6a20418a'/>
<id>urn:sha1:38a21f2d9ed4f556af934498ec6a242f6a20418a</id>
<content type='text'>
</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>
</feed>
