<feed xmlns='http://www.w3.org/2005/Atom'>
<title>django.git/tests/basic/models.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>2025-02-25T14:22:08Z</updated>
<entry>
<title>Removed outdated docstring in tests/basic/models.py.</title>
<updated>2025-02-25T14:22:08Z</updated>
<author>
<name>Clifford Gama</name>
<email>cliffygamy@gmail.com</email>
</author>
<published>2025-02-25T08:39:28Z</published>
<link rel='alternate' type='text/html' href='http://cgit.adnoto.dev/django.git/commit/?id=5a1cae3a5675c5733daf5949759476d65aa0e636'/>
<id>urn:sha1:5a1cae3a5675c5733daf5949759476d65aa0e636</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Refs #36064 -- Added test that falsey primary key default/db_default value skips an update query on save.</title>
<updated>2025-01-10T10:43:38Z</updated>
<author>
<name>Bendeguz Csirmaz</name>
<email>csirmazbendeguz@gmail.com</email>
</author>
<published>2025-01-10T07:44:10Z</published>
<link rel='alternate' type='text/html' href='http://cgit.adnoto.dev/django.git/commit/?id=8287fd49151b1b99045efbf3de8ef911d63c5f45'/>
<id>urn:sha1:8287fd49151b1b99045efbf3de8ef911d63c5f45</id>
<content type='text'>
This adds test coverage for logic change in 9fa4d07ce0729850661a31a6b37c6b48f13d2266.
</content>
</entry>
<entry>
<title>Applied Black's 2024 stable style.</title>
<updated>2024-01-26T11:45:07Z</updated>
<author>
<name>Mariusz Felisiak</name>
<email>felisiak.mariusz@gmail.com</email>
</author>
<published>2024-01-26T11:45:07Z</published>
<link rel='alternate' type='text/html' href='http://cgit.adnoto.dev/django.git/commit/?id=305757aec19c9d5111e4d76095ae0acd66163e4b'/>
<id>urn:sha1:305757aec19c9d5111e4d76095ae0acd66163e4b</id>
<content type='text'>
https://github.com/psf/black/releases/tag/24.1.0</content>
</entry>
<entry>
<title>Fixed #34925 -- Prevented Model.refresh_from_db() from mutating list of fields.</title>
<updated>2023-11-24T12:42:40Z</updated>
<author>
<name>trontelj</name>
<email>tronteljklemen@gmail.com</email>
</author>
<published>2023-10-27T22:24:09Z</published>
<link rel='alternate' type='text/html' href='http://cgit.adnoto.dev/django.git/commit/?id=b0ec87b8578147be4357c90eabcd2b916c780810'/>
<id>urn:sha1:b0ec87b8578147be4357c90eabcd2b916c780810</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Fixed #470 -- Added support for database defaults on fields.</title>
<updated>2023-05-12T17:11:40Z</updated>
<author>
<name>Ian Foote</name>
<email>python@ian.feete.org</email>
</author>
<published>2020-11-22T22:27:57Z</published>
<link rel='alternate' type='text/html' href='http://cgit.adnoto.dev/django.git/commit/?id=7414704e88d73dafbcfbb85f9bc54cb6111439d3'/>
<id>urn:sha1:7414704e88d73dafbcfbb85f9bc54cb6111439d3</id>
<content type='text'>
Special thanks to Hannes Ljungberg for finding multiple implementation
gaps.

Thanks also to Simon Charette, Adam Johnson, and Mariusz Felisiak for
reviews.
</content>
</entry>
<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 #29129 -- Skipped UPDATE when adding a model instance with inherited primary key that has a default.</title>
<updated>2020-03-05T11:08:38Z</updated>
<author>
<name>Abhijeet Viswa</name>
<email>abhijeetviswa@gmail.com</email>
</author>
<published>2020-02-26T17:49:05Z</published>
<link rel='alternate' type='text/html' href='http://cgit.adnoto.dev/django.git/commit/?id=babd4126853e48594b61e8db71a83d7bdd929b9c'/>
<id>urn:sha1:babd4126853e48594b61e8db71a83d7bdd929b9c</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Fixed #29260 -- Skipped an UPDATE when adding a model instance with primary key that has a default.</title>
<updated>2019-08-19T11:28:35Z</updated>
<author>
<name>Hasan Ramezani</name>
<email>hasan.r67@gmail.com</email>
</author>
<published>2019-08-17T13:30:29Z</published>
<link rel='alternate' type='text/html' href='http://cgit.adnoto.dev/django.git/commit/?id=85458e94e38c20e57939947ee515a1a53689659f'/>
<id>urn:sha1:85458e94e38c20e57939947ee515a1a53689659f</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Fixed #27846 -- Made Model.refresh_from_db() clear cached relations.</title>
<updated>2017-10-12T21:04:10Z</updated>
<author>
<name>Paulo</name>
<email>commonzenpython@gmail.com</email>
</author>
<published>2017-09-19T17:51:19Z</published>
<link rel='alternate' type='text/html' href='http://cgit.adnoto.dev/django.git/commit/?id=a7b5ad8b19a08d7d57302ece74f6e26d2887fd9f'/>
<id>urn:sha1:a7b5ad8b19a08d7d57302ece74f6e26d2887fd9f</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Refs #23919 -- Removed python_2_unicode_compatible decorator usage</title>
<updated>2017-01-18T12:44:34Z</updated>
<author>
<name>Claude Paroz</name>
<email>claude@2xlibre.net</email>
</author>
<published>2016-11-19T20:54:19Z</published>
<link rel='alternate' type='text/html' href='http://cgit.adnoto.dev/django.git/commit/?id=f3c43ad1fd9556f0fd026a5dfa93c67a5cf186ca'/>
<id>urn:sha1:f3c43ad1fd9556f0fd026a5dfa93c67a5cf186ca</id>
<content type='text'>
</content>
</entry>
</feed>
