<feed xmlns='http://www.w3.org/2005/Atom'>
<title>django.git/tests/invalid_models_tests/test_relative_fields.py, branch 4.1.11</title>
<subtitle>django
</subtitle>
<id>http://cgit.adnoto.dev/django.git/atom?h=4.1.11</id>
<link rel='self' href='http://cgit.adnoto.dev/django.git/atom?h=4.1.11'/>
<link rel='alternate' type='text/html' href='http://cgit.adnoto.dev/django.git/'/>
<updated>2023-02-01T10:44:13Z</updated>
<entry>
<title>[4.1.x] Refs #33476 -- Applied Black's 2023 stable style.</title>
<updated>2023-02-01T10:44:13Z</updated>
<author>
<name>David Smith</name>
<email>smithdc@gmail.com</email>
</author>
<published>2023-02-01T07:13:39Z</published>
<link rel='alternate' type='text/html' href='http://cgit.adnoto.dev/django.git/commit/?id=a637d0bd22665edfe7af40b4da3297462ec3c9cf'/>
<id>urn:sha1:a637d0bd22665edfe7af40b4da3297462ec3c9cf</id>
<content type='text'>
Black 23.1.0 is released which, as the first release of the year,
introduces the 2023 stable style. This incorporates most of last year's
preview style.

https://github.com/psf/black/releases/tag/23.1.0

Backport of 097e3a70c1481ee7b042b2edd91b2be86fb7b5b6 from main.
</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>Fixed #33131 -- Improved error messages for clashing reverse accessor names.</title>
<updated>2021-10-06T10:33:15Z</updated>
<author>
<name>Bernd Wechner</name>
<email>bernd.wechner@gmail.com</email>
</author>
<published>2021-09-22T05:53:10Z</published>
<link rel='alternate' type='text/html' href='http://cgit.adnoto.dev/django.git/commit/?id=2116238d5f2ce19571becb5620ef16ce9048db9f'/>
<id>urn:sha1:2116238d5f2ce19571becb5620ef16ce9048db9f</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Fixed #33084 -- Removed incorrect system check for ManyToManyField with limit_choices_to.</title>
<updated>2021-09-09T10:07:59Z</updated>
<author>
<name>Hasan Ramezani</name>
<email>hasan.r67@gmail.com</email>
</author>
<published>2021-09-08T11:57:49Z</published>
<link rel='alternate' type='text/html' href='http://cgit.adnoto.dev/django.git/commit/?id=0a28b42b1510b8093a90718bafd7627ed67fa13b'/>
<id>urn:sha1:0a28b42b1510b8093a90718bafd7627ed67fa13b</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Fixed #32983 -- Added system check for redundant related_name on symmetrical M2M fields.</title>
<updated>2021-08-06T09:57:02Z</updated>
<author>
<name>Nick Touran</name>
<email>nick@partofthething.com</email>
</author>
<published>2021-08-04T20:19:29Z</published>
<link rel='alternate' type='text/html' href='http://cgit.adnoto.dev/django.git/commit/?id=5d4f21b16f002ed5202a68d6977346ccf53b0b0e'/>
<id>urn:sha1:5d4f21b16f002ed5202a68d6977346ccf53b0b0e</id>
<content type='text'>
Since ManyToManyFields defined with `symmetrical=True` do not add a
related field to the target model, including a `related_name` argument
will never do what the coder likely expects. This makes including
a related_name with a symmetrical model raise a system check warning.

ticket-32983
</content>
</entry>
<entry>
<title>Fixed #32294 -- Prevented ManyToManyField's hidden related name collisions between apps.</title>
<updated>2020-12-30T12:11:47Z</updated>
<author>
<name>manav014</name>
<email>dpsman13016@gmail.com</email>
</author>
<published>2020-12-30T02:22:17Z</published>
<link rel='alternate' type='text/html' href='http://cgit.adnoto.dev/django.git/commit/?id=a9a7421ab83361746549d574ca13438ba93c95fe'/>
<id>urn:sha1:a9a7421ab83361746549d574ca13438ba93c95fe</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Added app labels to related fields checks messages E302-E305.</title>
<updated>2020-12-29T08:01:35Z</updated>
<author>
<name>Mariusz Felisiak</name>
<email>felisiak.mariusz@gmail.com</email>
</author>
<published>2020-12-28T11:48:07Z</published>
<link rel='alternate' type='text/html' href='http://cgit.adnoto.dev/django.git/commit/?id=45519937e52c194776a26ec11a32f32958df7f10'/>
<id>urn:sha1:45519937e52c194776a26ec11a32f32958df7f10</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Fixed #31310 -- Fixed hints in checks for using intermediate model with ambiguous foreign key.</title>
<updated>2020-02-28T07:38:57Z</updated>
<author>
<name>Matheus Cunha Motta</name>
<email>sqrtomath@gmail.com</email>
</author>
<published>2020-02-26T18:08:55Z</published>
<link rel='alternate' type='text/html' href='http://cgit.adnoto.dev/django.git/commit/?id=e908eb62871f0b0aac63afa6601bf222bc2a1a7d'/>
<id>urn:sha1:e908eb62871f0b0aac63afa6601bf222bc2a1a7d</id>
<content type='text'>
symmetrical=False is not required since
87b1ad6e7351464c60e751b483d9dfce3a2d3382.
</content>
</entry>
<entry>
<title>Refs #31310 -- Added test for check for using intermediate model with ambiguous foreign key from model.</title>
<updated>2020-02-28T07:26:41Z</updated>
<author>
<name>Matheus Cunha Motta</name>
<email>sqrtomath@gmail.com</email>
</author>
<published>2020-02-27T15:57:53Z</published>
<link rel='alternate' type='text/html' href='http://cgit.adnoto.dev/django.git/commit/?id=308fab924195bdea2fc481e1466c3c3894c03400'/>
<id>urn:sha1:308fab924195bdea2fc481e1466c3c3894c03400</id>
<content type='text'>
</content>
</entry>
</feed>
