<feed xmlns='http://www.w3.org/2005/Atom'>
<title>django.git, branch 5.0.2</title>
<subtitle>django
</subtitle>
<id>http://cgit.adnoto.dev/django.git/atom?h=5.0.2</id>
<link rel='self' href='http://cgit.adnoto.dev/django.git/atom?h=5.0.2'/>
<link rel='alternate' type='text/html' href='http://cgit.adnoto.dev/django.git/'/>
<updated>2024-02-06T12:22:47Z</updated>
<entry>
<title>[5.0.x] Bumped version for 5.0.2 release.</title>
<updated>2024-02-06T12:22:47Z</updated>
<author>
<name>Natalia</name>
<email>124304+nessita@users.noreply.github.com</email>
</author>
<published>2024-02-06T12:22:47Z</published>
<link rel='alternate' type='text/html' href='http://cgit.adnoto.dev/django.git/commit/?id=428d06ccef09e70bcef9869c5a9404863b2fc7d8'/>
<id>urn:sha1:428d06ccef09e70bcef9869c5a9404863b2fc7d8</id>
<content type='text'>
</content>
</entry>
<entry>
<title>[5.0.x] Fixed CVE-2024-24680 -- Mitigated potential DoS in intcomma template filter.</title>
<updated>2024-02-06T12:13:21Z</updated>
<author>
<name>Adam Johnson</name>
<email>me@adamj.eu</email>
</author>
<published>2024-01-22T13:21:13Z</published>
<link rel='alternate' type='text/html' href='http://cgit.adnoto.dev/django.git/commit/?id=16a8fe18a3b81250f4fa57e3f93f0599dc4895bc'/>
<id>urn:sha1:16a8fe18a3b81250f4fa57e3f93f0599dc4895bc</id>
<content type='text'>
Thanks Seokchan Yoon for the report.

Co-authored-by: Mariusz Felisiak &lt;felisiak.mariusz@gmail.com&gt;
Co-authored-by: Natalia &lt;124304+nessita@users.noreply.github.com&gt;
Co-authored-by: Shai Berger &lt;shai@platonix.com&gt;
</content>
</entry>
<entry>
<title>[5.0.x] Changed severity levels to list in security policy docs.</title>
<updated>2024-02-05T04:37:35Z</updated>
<author>
<name>shivaramkumar</name>
<email>connect.shivaram@gmail.com</email>
</author>
<published>2024-02-05T04:36:32Z</published>
<link rel='alternate' type='text/html' href='http://cgit.adnoto.dev/django.git/commit/?id=2cfa3fba0c8c5f3cf5daf23fd5333902a34fea86'/>
<id>urn:sha1:2cfa3fba0c8c5f3cf5daf23fd5333902a34fea86</id>
<content type='text'>
Backport of a47de0d6cd440d4515ede48df8335d91d7ac7793 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 #35149 -- Made equivalent db_default alterations noops.</title>
<updated>2024-02-04T13:48:32Z</updated>
<author>
<name>Simon Charette</name>
<email>charette.s@gmail.com</email>
</author>
<published>2024-02-03T06:10:41Z</published>
<link rel='alternate' type='text/html' href='http://cgit.adnoto.dev/django.git/commit/?id=914eee1a9bee7ae48e6b23ef905ec00bcc241791'/>
<id>urn:sha1:914eee1a9bee7ae48e6b23ef905ec00bcc241791</id>
<content type='text'>
This allows for an easier transition of preserving the literal nature of
non-compilable db_default.

Backport of fe1cb62f5c3f87fafc4a6b52fee2ccc6c80c41e2 from main
</content>
</entry>
<entry>
<title>[5.0.x] Fixed #35162 -- Fixed crash when adding fields with db_default on MySQL.</title>
<updated>2024-02-04T08:24:38Z</updated>
<author>
<name>Simon Charette</name>
<email>charette.s@gmail.com</email>
</author>
<published>2024-02-03T15:54:51Z</published>
<link rel='alternate' type='text/html' href='http://cgit.adnoto.dev/django.git/commit/?id=3e7a30fb3a5ea38d06bbedd53e2130bf192425c7'/>
<id>urn:sha1:3e7a30fb3a5ea38d06bbedd53e2130bf192425c7</id>
<content type='text'>
MySQL doesn't allow literal DEFAULT values to be used for BLOB, TEXT,
GEOMETRY or JSON columns and requires expression to be used instead.

Regression in 7414704e88d73dafbcfbb85f9bc54cb6111439d3.

Backport of dfc77637ea5c1aa81caa72b1cf900e6931d61b54 from main
</content>
</entry>
<entry>
<title>[5.0.x] Fixed #35147 -- Added backward incompatibility note about filtering against overflowing integers.</title>
<updated>2024-02-01T19:36:50Z</updated>
<author>
<name>Petar Netev</name>
<email>pesho.netev@gmail.com</email>
</author>
<published>2024-01-30T08:10:59Z</published>
<link rel='alternate' type='text/html' href='http://cgit.adnoto.dev/django.git/commit/?id=741f080ab595fa34ad0d682a096026abade0dcab'/>
<id>urn:sha1:741f080ab595fa34ad0d682a096026abade0dcab</id>
<content type='text'>
Backport of 0630ca5725ba5b17c61cd1f6a05dce2660c4724e from main
</content>
</entry>
<entry>
<title>[5.0.x] Fixed typo in docs/topics/db/managers.txt.</title>
<updated>2024-02-01T08:26:24Z</updated>
<author>
<name>Ebram Shehata</name>
<email>ebram96@gmail.com</email>
</author>
<published>2024-02-01T08:25:09Z</published>
<link rel='alternate' type='text/html' href='http://cgit.adnoto.dev/django.git/commit/?id=58d5e5779c6b079f1a36e537a3fc2ebc446a721a'/>
<id>urn:sha1:58d5e5779c6b079f1a36e537a3fc2ebc446a721a</id>
<content type='text'>
Backport of 2152246c0a4408df7716c84b20bd0fa79a31179b from main
</content>
</entry>
<entry>
<title>[5.0.x] Removed mention of designers in DTL design philosophy.</title>
<updated>2024-02-01T08:20:53Z</updated>
<author>
<name>Priya</name>
<email>pahwa.priya19@gmail.com</email>
</author>
<published>2024-02-01T08:20:11Z</published>
<link rel='alternate' type='text/html' href='http://cgit.adnoto.dev/django.git/commit/?id=a8f9c29d4bf1387bf1ede03a173dd7bfed3e2ce0'/>
<id>urn:sha1:a8f9c29d4bf1387bf1ede03a173dd7bfed3e2ce0</id>
<content type='text'>
Signed-off-by: Priya Pahwa &lt;pahwa.priya19@gmail.com&gt;
Backport of 6f2c7cf6b41f9346feff0098319c302c15cef9a3 from main
</content>
</entry>
<entry>
<title>[5.0.x] Refs #34936 -- Added test for altering DecimalField with db_default to non-nullable.</title>
<updated>2024-02-01T07:13:26Z</updated>
<author>
<name>David Sanders</name>
<email>shang.xiao.sanders@gmail.com</email>
</author>
<published>2023-10-31T11:37:40Z</published>
<link rel='alternate' type='text/html' href='http://cgit.adnoto.dev/django.git/commit/?id=06b05c748ff4079411b7e570311de879671399df'/>
<id>urn:sha1:06b05c748ff4079411b7e570311de879671399df</id>
<content type='text'>
Backport of 1944f490f91e44e1378d53420b64a78163aea815 from main
</content>
</entry>
</feed>
