<feed xmlns='http://www.w3.org/2005/Atom'>
<title>django.git/django/db/models/fields/__init__.py, branch stable/6.0.x</title>
<subtitle>django
</subtitle>
<id>http://cgit.adnoto.dev/django.git/atom?h=stable%2F6.0.x</id>
<link rel='self' href='http://cgit.adnoto.dev/django.git/atom?h=stable%2F6.0.x'/>
<link rel='alternate' type='text/html' href='http://cgit.adnoto.dev/django.git/'/>
<updated>2025-08-23T16:09:43Z</updated>
<entry>
<title>Refs #470 -- Adjusted Field.db_returning to be backend agnostic.</title>
<updated>2025-08-23T16:09:43Z</updated>
<author>
<name>Simon Charette</name>
<email>charette.s@gmail.com</email>
</author>
<published>2025-05-06T13:07:55Z</published>
<link rel='alternate' type='text/html' href='http://cgit.adnoto.dev/django.git/commit/?id=836894f27a0e2c32dbbecbe8392ba7d4d0d17d8a'/>
<id>urn:sha1:836894f27a0e2c32dbbecbe8392ba7d4d0d17d8a</id>
<content type='text'>
Determining if a field is db_returning based on the default connection
feature availability prevents the usage of RETURNING for db_default
fields in setups where non-default backends do support RETURNING.

Whether or not the field should be attempted to be returned is already
checked at the compiler level which is backend aware.
</content>
</entry>
<entry>
<title>Refs #36500 -- Rewrapped long docstrings and block comments via a script.</title>
<updated>2025-07-23T23:17:55Z</updated>
<author>
<name>django-bot</name>
<email>ops@djangoproject.com</email>
</author>
<published>2025-07-23T03:41:41Z</published>
<link rel='alternate' type='text/html' href='http://cgit.adnoto.dev/django.git/commit/?id=69a93a88edb56ba47f624dac7a21aacc47ea474f'/>
<id>urn:sha1:69a93a88edb56ba47f624dac7a21aacc47ea474f</id>
<content type='text'>
Rewrapped long docstrings and block comments to 79 characters + newline
using script from https://github.com/medmunds/autofix-w505.
</content>
</entry>
<entry>
<title>Refs #28909 -- Simplified code using unpacking generalizations.</title>
<updated>2025-04-01T01:43:13Z</updated>
<author>
<name>Aarni Koskela</name>
<email>akx@iki.fi</email>
</author>
<published>2025-03-05T16:45:10Z</published>
<link rel='alternate' type='text/html' href='http://cgit.adnoto.dev/django.git/commit/?id=c972af69e2021b75b89d8bc47e214ef875bbdc06'/>
<id>urn:sha1:c972af69e2021b75b89d8bc47e214ef875bbdc06</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Refs #36005 -- Used datetime.UTC alias instead of datetime.timezone.utc.</title>
<updated>2025-02-18T07:35:36Z</updated>
<author>
<name>Mariusz Felisiak</name>
<email>felisiak.mariusz@gmail.com</email>
</author>
<published>2025-02-18T07:35:36Z</published>
<link rel='alternate' type='text/html' href='http://cgit.adnoto.dev/django.git/commit/?id=efb7f9ced2dcf71294353596a265e3fd67faffeb'/>
<id>urn:sha1:efb7f9ced2dcf71294353596a265e3fd67faffeb</id>
<content type='text'>
datetime.UTC was added in Python 3.11.</content>
</entry>
<entry>
<title>Fixed CVE-2024-56374 -- Mitigated potential DoS in IPv6 validation.</title>
<updated>2025-01-14T11:42:24Z</updated>
<author>
<name>Michael Manfre</name>
<email>mike@manfre.net</email>
</author>
<published>2024-12-12T02:39:32Z</published>
<link rel='alternate' type='text/html' href='http://cgit.adnoto.dev/django.git/commit/?id=ca2be7724e1244a4cb723de40a070f873c6e94bf'/>
<id>urn:sha1:ca2be7724e1244a4cb723de40a070f873c6e94bf</id>
<content type='text'>
Thanks Saravana Kumar for the report, and Sarah Boyce and Mariusz
Felisiak for the reviews.

Co-authored-by: Natalia &lt;124304+nessita@users.noreply.github.com&gt;
</content>
</entry>
<entry>
<title>Refs #36064 -- Added Model.has_db_default() to encapsulate NOT_PROVIDED checks.</title>
<updated>2025-01-10T07:31:15Z</updated>
<author>
<name>Simon Charette</name>
<email>charette.s@gmail.com</email>
</author>
<published>2024-12-10T03:14:59Z</published>
<link rel='alternate' type='text/html' href='http://cgit.adnoto.dev/django.git/commit/?id=9fa4d07ce0729850661a31a6b37c6b48f13d2266'/>
<id>urn:sha1:9fa4d07ce0729850661a31a6b37c6b48f13d2266</id>
<content type='text'>
This avoids many awkward checks against NOT_PROVIDED and provides symmetry
with Field.has_default() which is also the reason why it wasn't made a
property.
</content>
</entry>
<entry>
<title>Fixed #35982 -- Made DecimalField.get_db_prep_value() call DatabaseOperations.adapt_decimalfield_value().</title>
<updated>2024-12-09T08:46:06Z</updated>
<author>
<name>Tim Graham</name>
<email>timograham@gmail.com</email>
</author>
<published>2024-12-07T01:44:35Z</published>
<link rel='alternate' type='text/html' href='http://cgit.adnoto.dev/django.git/commit/?id=1860a1afc9ac20750f932e8e0a94b32d096f2848'/>
<id>urn:sha1:1860a1afc9ac20750f932e8e0a94b32d096f2848</id>
<content type='text'>
Regression in e9814029f570bd0866dc859147bca90340bcc913.

Thanks Simon Charette for advice and review.
</content>
</entry>
<entry>
<title>Fixed #373 -- Added CompositePrimaryKey.</title>
<updated>2024-11-29T10:23:04Z</updated>
<author>
<name>Bendeguz Csirmaz</name>
<email>csirmazbendeguz@gmail.com</email>
</author>
<published>2024-04-07T02:32:16Z</published>
<link rel='alternate' type='text/html' href='http://cgit.adnoto.dev/django.git/commit/?id=978aae4334fa71ba78a3e94408f0f3aebde8d07c'/>
<id>urn:sha1:978aae4334fa71ba78a3e94408f0f3aebde8d07c</id>
<content type='text'>
Thanks Lily Foote and Simon Charette for reviews and mentoring
this Google Summer of Code 2024 project.

Co-authored-by: Simon Charette &lt;charette.s@gmail.com&gt;
Co-authored-by: Lily Foote &lt;code@lilyf.org&gt;
</content>
</entry>
<entry>
<title>Fixed #35815 -- Made system check accept db_default literals when DatabaseFeatures.supports_expression_defaults = False.</title>
<updated>2024-11-11T15:05:05Z</updated>
<author>
<name>Tim Graham</name>
<email>timograham@gmail.com</email>
</author>
<published>2024-10-09T00:25:48Z</published>
<link rel='alternate' type='text/html' href='http://cgit.adnoto.dev/django.git/commit/?id=c4614b53d355561d426b0fed903e96c3c198e10d'/>
<id>urn:sha1:c4614b53d355561d426b0fed903e96c3c198e10d</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Fixed #35638 -- Updated validate_constraints to consider db_default.</title>
<updated>2024-08-05T15:33:12Z</updated>
<author>
<name>David Sanders</name>
<email>shang.xiao.sanders@gmail.com</email>
</author>
<published>2024-08-05T06:22:29Z</published>
<link rel='alternate' type='text/html' href='http://cgit.adnoto.dev/django.git/commit/?id=509763c79952cde02d9f5b584af4278bdbed77b2'/>
<id>urn:sha1:509763c79952cde02d9f5b584af4278bdbed77b2</id>
<content type='text'>
</content>
</entry>
</feed>
