<feed xmlns='http://www.w3.org/2005/Atom'>
<title>django.git/django/contrib/contenttypes/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>2026-02-21T14:37:46Z</updated>
<entry>
<title>Fixed #36935 -- Added fallback in ContentType.app_labeled_name when model_class() is None.</title>
<updated>2026-02-21T14:37:46Z</updated>
<author>
<name>Marco Aurélio da Rosa Haubrich</name>
<email>marhaubrich@ucs.br</email>
</author>
<published>2026-02-18T20:11:14Z</published>
<link rel='alternate' type='text/html' href='http://cgit.adnoto.dev/django.git/commit/?id=f45bfa5e2801545c1c8787f59bee3867c9928871'/>
<id>urn:sha1:f45bfa5e2801545c1c8787f59bee3867c9928871</id>
<content type='text'>
Updated ContentType.app_labeled_name to include the app_label in its string representation.
This removed ambiguity for content types whose models were not present in the current codebase
(for example, when multiple applications share the same database).

Adjusted related tests to reflect the new representation.
</content>
</entry>
<entry>
<title>Fixed #35545, Refs #32833 -- Fixed ContentTypeManager.get_for_models() crash in CreateModel migrations.</title>
<updated>2024-06-24T08:20:11Z</updated>
<author>
<name>Sarah Boyce</name>
<email>42296566+sarahboyce@users.noreply.github.com</email>
</author>
<published>2024-06-21T12:24:25Z</published>
<link rel='alternate' type='text/html' href='http://cgit.adnoto.dev/django.git/commit/?id=f1705c8780c0a7587654fc736542d55fe4a7f29b'/>
<id>urn:sha1:f1705c8780c0a7587654fc736542d55fe4a7f29b</id>
<content type='text'>
Thank you to Csirmaz Bendegúz for the report and Simon Charettes for the review.
</content>
</entry>
<entry>
<title>Fixed #16281 -- Fixed ContentType.get_object_for_this_type() in a multiple database setup.</title>
<updated>2024-02-05T07:25:23Z</updated>
<author>
<name>Ben Cail</name>
<email>bcail@crossway.org</email>
</author>
<published>2023-11-15T19:32:03Z</published>
<link rel='alternate' type='text/html' href='http://cgit.adnoto.dev/django.git/commit/?id=02a600ff67f7b106cdcab22310bacea98c1a26ba'/>
<id>urn:sha1:02a600ff67f7b106cdcab22310bacea98c1a26ba</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Fixed #33985 -- Used app_config.verbose_name in ContentType.__str__().</title>
<updated>2023-03-09T09:27:08Z</updated>
<author>
<name>Hrushikesh Vaidya</name>
<email>hrushikeshrv@gmail.com</email>
</author>
<published>2022-09-13T13:30:57Z</published>
<link rel='alternate' type='text/html' href='http://cgit.adnoto.dev/django.git/commit/?id=a52bdea5a27ba44b13eda93642231c65c581e083'/>
<id>urn:sha1:a52bdea5a27ba44b13eda93642231c65c581e083</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Fixed #32833 -- Fixed ContentTypeManager.get_for_models() crash when using in migrations.</title>
<updated>2022-10-10T06:57:52Z</updated>
<author>
<name>Sarah Boyce</name>
<email>42296566+sarahboyce@users.noreply.github.com</email>
</author>
<published>2022-10-10T06:57:52Z</published>
<link rel='alternate' type='text/html' href='http://cgit.adnoto.dev/django.git/commit/?id=84206607d6bfd61e7f7a88b51163ffd4153e3b5a'/>
<id>urn:sha1:84206607d6bfd61e7f7a88b51163ffd4153e3b5a</id>
<content type='text'>
Co-authored-by: Heraldo Lucena &lt;23155511+HMaker@users.noreply.github.com&gt;</content>
</entry>
<entry>
<title>Removed unnecessary _connector from Q construction in get_for_models().</title>
<updated>2022-03-15T15:13:28Z</updated>
<author>
<name>Mariusz Felisiak</name>
<email>felisiak.mariusz@gmail.com</email>
</author>
<published>2022-03-15T15:13:28Z</published>
<link rel='alternate' type='text/html' href='http://cgit.adnoto.dev/django.git/commit/?id=3eaba13a476c14b75429ba34180184b81997b33a'/>
<id>urn:sha1:3eaba13a476c14b75429ba34180184b81997b33a</id>
<content type='text'>
Q._connector defaults to Q.AND.

Follow up to 859a87d873ce7152af73ab851653b4e1c3ffea4c.</content>
</entry>
<entry>
<title>Fixed #31357 -- Fixed get_for_models() crash for stale content types when model with the same name exists in another app.</title>
<updated>2022-03-14T11:52:26Z</updated>
<author>
<name>Biel Frontera</name>
<email>bfrontera@socib.es</email>
</author>
<published>2022-03-14T08:53:36Z</published>
<link rel='alternate' type='text/html' href='http://cgit.adnoto.dev/django.git/commit/?id=859a87d873ce7152af73ab851653b4e1c3ffea4c'/>
<id>urn:sha1:859a87d873ce7152af73ab851653b4e1c3ffea4c</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/django.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/django.git/commit/?id=9c19aff7c7561e3a82978a272ecdaad40dda5c00'/>
<id>urn:sha1:9c19aff7c7561e3a82978a272ecdaad40dda5c00</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Refs #30573 -- Rephrased "Of Course" and "Obvious(ly)" in documentation and comments.</title>
<updated>2020-05-04T10:10:47Z</updated>
<author>
<name>Adam Johnson</name>
<email>me@adamj.eu</email>
</author>
<published>2020-05-01T12:37:21Z</published>
<link rel='alternate' type='text/html' href='http://cgit.adnoto.dev/django.git/commit/?id=d17b380653da5f95885ce53468fe7aac60672841'/>
<id>urn:sha1:d17b380653da5f95885ce53468fe7aac60672841</id>
<content type='text'>
</content>
</entry>
</feed>
