<feed xmlns='http://www.w3.org/2005/Atom'>
<title>django.git/tests/model_fields/test_autofield.py, branch main</title>
<subtitle>django
</subtitle>
<id>http://cgit.adnoto.dev/django.git/atom?h=main</id>
<link rel='self' href='http://cgit.adnoto.dev/django.git/atom?h=main'/>
<link rel='alternate' type='text/html' href='http://cgit.adnoto.dev/django.git/'/>
<updated>2022-02-07T19:37:05Z</updated>
<entry>
<title>Refs #33476 -- Reformatted code with Black.</title>
<updated>2022-02-07T19:37:05Z</updated>
<author>
<name>django-bot</name>
<email>ops@djangoproject.com</email>
</author>
<published>2022-02-03T19:24:19Z</published>
<link rel='alternate' type='text/html' href='http://cgit.adnoto.dev/django.git/commit/?id=9c19aff7c7561e3a82978a272ecdaad40dda5c00'/>
<id>urn:sha1:9c19aff7c7561e3a82978a272ecdaad40dda5c00</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Fixed #32620 -- Allowed subclasses of Big/SmallAutoField for DEFAULT_AUTO_FIELD.</title>
<updated>2021-04-08T11:17:08Z</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=45a58c31e64dbfdecab1178b1d00a3803a90ea2d'/>
<id>urn:sha1:45a58c31e64dbfdecab1178b1d00a3803a90ea2d</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Refs #32132 -- Added rel_db_type() tests for auto and integer fields.</title>
<updated>2020-11-02T19:11:58Z</updated>
<author>
<name>David-Wobrock</name>
<email>david.wobrock@gmail.com</email>
</author>
<published>2020-11-02T07:20:15Z</published>
<link rel='alternate' type='text/html' href='http://cgit.adnoto.dev/django.git/commit/?id=4ebd633350ac07091a23c0f0c3eac3aa691cab05'/>
<id>urn:sha1:4ebd633350ac07091a23c0f0c3eac3aa691cab05</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Fixed #29979, Refs #17337 -- Extracted AutoField field logic into a mixin and refactored AutoFields.</title>
<updated>2019-08-20T07:22:25Z</updated>
<author>
<name>Nick Pope</name>
<email>nick.pope@flightdataservices.com</email>
</author>
<published>2017-12-11T15:36:33Z</published>
<link rel='alternate' type='text/html' href='http://cgit.adnoto.dev/django.git/commit/?id=21e559495b8255bba1e8a4429cd083246ab90457'/>
<id>urn:sha1:21e559495b8255bba1e8a4429cd083246ab90457</id>
<content type='text'>
This reduces duplication by allowing AutoField, BigAutoField and
SmallAutoField to inherit from IntegerField, BigIntegerField and
SmallIntegerField respectively. Doing so also allows for enabling the
max_length warning check and minimum/maximum value validation for auto
fields, as well as providing a mixin that can be used for other possible
future auto field types such as a theoretical UUIDAutoField.
</content>
</entry>
<entry>
<title>Fixed #28393 -- Added helpful error messages for invalid AutoField/FloatField/IntegerField values.</title>
<updated>2019-08-05T06:41:29Z</updated>
<author>
<name>Diederik van der Boor</name>
<email>vdboor@edoburu.nl</email>
</author>
<published>2017-07-13T11:55:23Z</published>
<link rel='alternate' type='text/html' href='http://cgit.adnoto.dev/django.git/commit/?id=25f21bd2376603c8e233a0a0e5a726a0fdfdd33e'/>
<id>urn:sha1:25f21bd2376603c8e233a0a0e5a726a0fdfdd33e</id>
<content type='text'>
Co-authored-by: Diederik van der Boor &lt;vdboor@edoburu.nl&gt;
Co-authored-by: Nick Pope &lt;nick.pope@flightdataservices.com&gt;
</content>
</entry>
</feed>
