<feed xmlns='http://www.w3.org/2005/Atom'>
<title>django.git/django/db/models/fields/__init__.py, branch 5.0.11</title>
<subtitle>django
</subtitle>
<id>http://cgit.adnoto.dev/django.git/atom?h=5.0.11</id>
<link rel='self' href='http://cgit.adnoto.dev/django.git/atom?h=5.0.11'/>
<link rel='alternate' type='text/html' href='http://cgit.adnoto.dev/django.git/'/>
<updated>2025-01-14T12:00:34Z</updated>
<entry>
<title>[5.0.x] Fixed CVE-2024-56374 -- Mitigated potential DoS in IPv6 validation.</title>
<updated>2025-01-14T12:00:34Z</updated>
<author>
<name>Natalia</name>
<email>124304+nessita@users.noreply.github.com</email>
</author>
<published>2025-01-06T18:51:45Z</published>
<link rel='alternate' type='text/html' href='http://cgit.adnoto.dev/django.git/commit/?id=e8d4a2005955dcf962193600b53bf461b190b455'/>
<id>urn:sha1:e8d4a2005955dcf962193600b53bf461b190b455</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>[5.0.x] Fixed #35638 -- Updated validate_constraints to consider db_default.</title>
<updated>2024-08-05T15:42:19Z</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=333cfab512689490ea8a6a95598a94d77816fa2d'/>
<id>urn:sha1:333cfab512689490ea8a6a95598a94d77816fa2d</id>
<content type='text'>
Backport of 509763c79952cde02d9f5b584af4278bdbed77b2 from main.
</content>
</entry>
<entry>
<title>[5.0.x] Fixed #35149 -- Fixed crashes of db_default with unresolvable output field.</title>
<updated>2024-02-04T13:48:44Z</updated>
<author>
<name>Simon Charette</name>
<email>charette.s@gmail.com</email>
</author>
<published>2024-01-28T17:02:33Z</published>
<link rel='alternate' type='text/html' href='http://cgit.adnoto.dev/django.git/commit/?id=761946f8e1b6d725f83fa4f3b04ca9750f486009'/>
<id>urn:sha1:761946f8e1b6d725f83fa4f3b04ca9750f486009</id>
<content type='text'>
Field.db_default accepts either literal Python values or compilables
(as_sql) and wrap the former ones in Value internally.

While 1e38f11 added support for automatic resolving of output fields for
types such as str, int, float, and other unambigous ones it's cannot do
so for all types such as dict or even contrib.postgres and contrib.gis
primitives.

When a literal, non-compilable, value is provided it likely make the
most sense to bind its output field to the field its attached to avoid
forcing the user to provide an explicit `Value(output_field)`.

Thanks David Sanders for the report.

Backport of e67d7d70fa10c06aca36b9057f82054eda45269d from main
</content>
</entry>
<entry>
<title>[5.0.x] Refs #34944 -- Propagated system checks for GeneratedField.output_field.</title>
<updated>2023-11-14T19:22:41Z</updated>
<author>
<name>Mariusz Felisiak</name>
<email>felisiak.mariusz@gmail.com</email>
</author>
<published>2023-11-12T19:33:06Z</published>
<link rel='alternate' type='text/html' href='http://cgit.adnoto.dev/django.git/commit/?id=fcc55f8c263619a4c8a36f908c8f6efc0a546e7a'/>
<id>urn:sha1:fcc55f8c263619a4c8a36f908c8f6efc0a546e7a</id>
<content type='text'>
Backport of c705625ebff0141ed2b95dd3c8174bda8270a47f from main
</content>
</entry>
<entry>
<title>[5.0.x] Fixed #34899 -- Added blank choice to forms' callable choices lazily.</title>
<updated>2023-10-23T17:54:37Z</updated>
<author>
<name>Nick Pope</name>
<email>nick@nickpope.me.uk</email>
</author>
<published>2023-10-16T18:11:18Z</published>
<link rel='alternate' type='text/html' href='http://cgit.adnoto.dev/django.git/commit/?id=cc5901fa8edc25ce6d67d110c18ddf9f16965e32'/>
<id>urn:sha1:cc5901fa8edc25ce6d67d110c18ddf9f16965e32</id>
<content type='text'>
Backport of 171f91d9ef5177850c2f12b26dd732785f6ac034 from main
</content>
</entry>
<entry>
<title>[5.0.x] Refs #34899 -- Extracted Field.flatchoices to flatten_choices helper function.</title>
<updated>2023-10-23T17:53:13Z</updated>
<author>
<name>Nick Pope</name>
<email>nick@nickpope.me.uk</email>
</author>
<published>2023-10-16T18:07:49Z</published>
<link rel='alternate' type='text/html' href='http://cgit.adnoto.dev/django.git/commit/?id=bbe90f3c00eb29a8e86b1b638466029def7f444a'/>
<id>urn:sha1:bbe90f3c00eb29a8e86b1b638466029def7f444a</id>
<content type='text'>
Co-authored-by: Natalia Bidart &lt;124304+nessita@users.noreply.github.com&gt;

Backport of 74afcee234f8be989623ccc7c28b9fb97fb548f0 from main
</content>
</entry>
<entry>
<title>[5.0.x] Fixed #34921 -- Fixed crash of warning for unbound naive datetimes.</title>
<updated>2023-10-22T17:34:13Z</updated>
<author>
<name>David Sanders</name>
<email>shang.xiao.sanders@gmail.com</email>
</author>
<published>2023-10-22T07:41:30Z</published>
<link rel='alternate' type='text/html' href='http://cgit.adnoto.dev/django.git/commit/?id=4dec7eded9e58d7cefe54ea32137599cd4d1ea69'/>
<id>urn:sha1:4dec7eded9e58d7cefe54ea32137599cd4d1ea69</id>
<content type='text'>
Backport of b5311ee23219cfb676e2e67667ecba1e5d363aa0 from main
</content>
</entry>
<entry>
<title>Fixed #24561 -- Added support for callables on model fields' choices.</title>
<updated>2023-09-14T13:15:33Z</updated>
<author>
<name>Natalia</name>
<email>124304+nessita@users.noreply.github.com</email>
</author>
<published>2023-08-31T12:09:30Z</published>
<link rel='alternate' type='text/html' href='http://cgit.adnoto.dev/django.git/commit/?id=691f70c47755c7f55fa75ce607d028f81468b745'/>
<id>urn:sha1:691f70c47755c7f55fa75ce607d028f81468b745</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Fixed #31300 -- Added GeneratedField model field.</title>
<updated>2023-09-07T04:19:08Z</updated>
<author>
<name>Jeremy Nauta</name>
<email>jeremypnauta@gmail.com</email>
</author>
<published>2023-07-07T02:36:48Z</published>
<link rel='alternate' type='text/html' href='http://cgit.adnoto.dev/django.git/commit/?id=f333e3513e8bdf5ffeb6eeb63021c230082e6f95'/>
<id>urn:sha1:f333e3513e8bdf5ffeb6eeb63021c230082e6f95</id>
<content type='text'>
Thanks Adam Johnson and Paolo Melchiorre for reviews.

Co-Authored-By: Lily Foote &lt;code@lilyf.org&gt;
Co-Authored-By: Mariusz Felisiak &lt;felisiak.mariusz@gmail.com&gt;
</content>
</entry>
<entry>
<title> Fixed #31262 -- Added support for mappings on model fields and ChoiceField's choices.</title>
<updated>2023-08-31T01:57:40Z</updated>
<author>
<name>Nick Pope</name>
<email>nick@nickpope.me.uk</email>
</author>
<published>2023-08-31T01:57:40Z</published>
<link rel='alternate' type='text/html' href='http://cgit.adnoto.dev/django.git/commit/?id=500e01073adda32d5149624ee9a5cb7aa3d3583f'/>
<id>urn:sha1:500e01073adda32d5149624ee9a5cb7aa3d3583f</id>
<content type='text'>
</content>
</entry>
</feed>
