<feed xmlns='http://www.w3.org/2005/Atom'>
<title>chango.git/tests/model_fields/test_foreignkey.py, branch devmain</title>
<subtitle>django
</subtitle>
<id>http://cgit.adnoto.dev/chango.git/atom?h=devmain</id>
<link rel='self' href='http://cgit.adnoto.dev/chango.git/atom?h=devmain'/>
<link rel='alternate' type='text/html' href='http://cgit.adnoto.dev/chango.git/'/>
<updated>2025-10-13T20:12:44Z</updated>
<entry>
<title>Removed reference to "manager" in ForeignKeyTests.</title>
<updated>2025-10-13T20:12:44Z</updated>
<author>
<name>Jacob Walls</name>
<email>jacobtylerwalls@gmail.com</email>
</author>
<published>2025-10-13T19:50:06Z</published>
<link rel='alternate' type='text/html' href='http://cgit.adnoto.dev/chango.git/commit/?id=1ae8a42af1ed75fbddfd12ad88781b3f0a8e86ed'/>
<id>urn:sha1:1ae8a42af1ed75fbddfd12ad88781b3f0a8e86ed</id>
<content type='text'>
Follow-up to 0de89b6f8d4d8f5fd232d6c5412260b0d79a760a.
</content>
</entry>
<entry>
<title>Refs #31223 -- Added __class_getitem__() to ForeignKey.</title>
<updated>2022-04-22T12:13:12Z</updated>
<author>
<name>Collin Anderson</name>
<email>cmawebsite@gmail.com</email>
</author>
<published>2022-04-22T12:13:12Z</published>
<link rel='alternate' type='text/html' href='http://cgit.adnoto.dev/chango.git/commit/?id=0de89b6f8d4d8f5fd232d6c5412260b0d79a760a'/>
<id>urn:sha1:0de89b6f8d4d8f5fd232d6c5412260b0d79a760a</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Refs #33476 -- Refactored code to strictly match 88 characters line length.</title>
<updated>2022-02-07T19:37:05Z</updated>
<author>
<name>Mariusz Felisiak</name>
<email>felisiak.mariusz@gmail.com</email>
</author>
<published>2022-02-04T07:08:27Z</published>
<link rel='alternate' type='text/html' href='http://cgit.adnoto.dev/chango.git/commit/?id=7119f40c9881666b6f9b5cf7df09ee1d21cc8344'/>
<id>urn:sha1:7119f40c9881666b6f9b5cf7df09ee1d21cc8344</id>
<content type='text'>
</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/chango.git/commit/?id=9c19aff7c7561e3a82978a272ecdaad40dda5c00'/>
<id>urn:sha1:9c19aff7c7561e3a82978a272ecdaad40dda5c00</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Refs #32508 -- Raised Type/ValueError instead of using "assert" in django.db.models.</title>
<updated>2021-07-15T09:43:33Z</updated>
<author>
<name>Daniyal</name>
<email>abbasi.daniyal98@gmail.com</email>
</author>
<published>2021-03-24T05:45:08Z</published>
<link rel='alternate' type='text/html' href='http://cgit.adnoto.dev/chango.git/commit/?id=f479df7f8d03ab767bb5e5d655243191087d6432'/>
<id>urn:sha1:f479df7f8d03ab767bb5e5d655243191087d6432</id>
<content type='text'>
Co-authored-by: Mariusz Felisiak &lt;felisiak.mariusz@gmail.com&gt;
</content>
</entry>
<entry>
<title>Fixed 31207 -- Prevented references to non-local remote fields in ForeignKey.to_field.</title>
<updated>2020-01-31T09:19:12Z</updated>
<author>
<name>Hasan Ramezani</name>
<email>hasan.r67@gmail.com</email>
</author>
<published>2020-01-29T13:29:09Z</published>
<link rel='alternate' type='text/html' href='http://cgit.adnoto.dev/chango.git/commit/?id=a97111eabf39e50625d7a8acc6cd46f4c5dad0da'/>
<id>urn:sha1:a97111eabf39e50625d7a8acc6cd46f4c5dad0da</id>
<content type='text'>
Thanks Simon Charette for the initial patch and review.
</content>
</entry>
<entry>
<title>Fixed #27595 -- Made ForeignKey.get_col() follow target chains.</title>
<updated>2018-10-22T13:49:34Z</updated>
<author>
<name>Simon Charette</name>
<email>charettes@users.noreply.github.com</email>
</author>
<published>2018-10-22T13:49:34Z</published>
<link rel='alternate' type='text/html' href='http://cgit.adnoto.dev/chango.git/commit/?id=5e3463f6bcec818431f0e1f4649d6a5bd944c459'/>
<id>urn:sha1:5e3463f6bcec818431f0e1f4649d6a5bd944c459</id>
<content type='text'>
Previously, foreign relationships were followed only one level deep which
prevents foreign keys to foreign keys from being resolved appropriately.
This was causing issues such as improper database value conversion for
UUIDField on SQLite because the resolved expression's output field's
internal type wasn't correct. Added tests to make sure unlikely foreign
reference cycles don't cause recursion errors.

Refs #24343.

Thanks oyooyo for the report and Wayne Merry for the investigation.</content>
</entry>
<entry>
<title>Fixed #28856 -- Fixed a regression in caching of a GenericForeignKey pointing to a MTI model.</title>
<updated>2017-11-30T14:28:44Z</updated>
<author>
<name>Simon Charette</name>
<email>charette.s@gmail.com</email>
</author>
<published>2017-11-29T06:06:45Z</published>
<link rel='alternate' type='text/html' href='http://cgit.adnoto.dev/chango.git/commit/?id=e50add6ca1605dcc06c8c5a5770342779a4d5124'/>
<id>urn:sha1:e50add6ca1605dcc06c8c5a5770342779a4d5124</id>
<content type='text'>
Regression in b9f8635f58ad743995cad2081b3dc395e55761e5.
</content>
</entry>
<entry>
<title>Fixed spelling mistakes in code and comments.</title>
<updated>2017-01-19T12:52:41Z</updated>
<author>
<name>james mike dupont</name>
<email>jamesmikedupont@gmail.com</email>
</author>
<published>2017-01-19T10:00:41Z</published>
<link rel='alternate' type='text/html' href='http://cgit.adnoto.dev/chango.git/commit/?id=7d200949968002d2c2b4390953e8bda7153a49c9'/>
<id>urn:sha1:7d200949968002d2c2b4390953e8bda7153a49c9</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Refs #23919 -- Removed six.&lt;various&gt;_types usage</title>
<updated>2017-01-18T19:18:46Z</updated>
<author>
<name>Claude Paroz</name>
<email>claude@2xlibre.net</email>
</author>
<published>2016-12-29T15:27:49Z</published>
<link rel='alternate' type='text/html' href='http://cgit.adnoto.dev/chango.git/commit/?id=7b2f2e74adb36a4334e83130f6abc2f79d395235'/>
<id>urn:sha1:7b2f2e74adb36a4334e83130f6abc2f79d395235</id>
<content type='text'>
Thanks Tim Graham and Simon Charette for the reviews.
</content>
</entry>
</feed>
