<feed xmlns='http://www.w3.org/2005/Atom'>
<title>django.git/tests/proxy_models/tests.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-05T14:18:55Z</updated>
<entry>
<title>Refs #33579 -- Added extra tests for NotUpdated exception.</title>
<updated>2026-02-05T14:18:55Z</updated>
<author>
<name>Nick Pope</name>
<email>nick@nickpope.me.uk</email>
</author>
<published>2026-02-03T10:14:31Z</published>
<link rel='alternate' type='text/html' href='http://cgit.adnoto.dev/django.git/commit/?id=6f8b2d1c6dfaab4b18a2b10bca4e54bdbabc10d8'/>
<id>urn:sha1:6f8b2d1c6dfaab4b18a2b10bca4e54bdbabc10d8</id>
<content type='text'>
When `NotUpdated` was added in ab148c02cedbac492f29930dcd5346e1af052635,
these additional tests that have equivalents for the `DoesNotExist` and
`MultipleObjectsReturned` exceptions were missed.
</content>
</entry>
<entry>
<title>Fixed #33816 -- Fixed QuerySet.only() after select_related() crash on proxy models.</title>
<updated>2022-07-04T04:37:36Z</updated>
<author>
<name>Ipakeev</name>
<email>23178128+ipakeev@users.noreply.github.com</email>
</author>
<published>2022-07-04T04:37:36Z</published>
<link rel='alternate' type='text/html' href='http://cgit.adnoto.dev/django.git/commit/?id=425718726b7d2edd7b8a043f8976e437262b5098'/>
<id>urn:sha1:425718726b7d2edd7b8a043f8976e437262b5098</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>Fixed #28820 -- Eliminated an extra query with QuerySet.update() on proxy models.</title>
<updated>2017-11-21T17:11:47Z</updated>
<author>
<name>Yan Mitrofanov</name>
<email>mmxlviii@mail.ru</email>
</author>
<published>2017-11-20T15:25:01Z</published>
<link rel='alternate' type='text/html' href='http://cgit.adnoto.dev/django.git/commit/?id=54e5c4a00e116ff4be257accdc9aa9e068c7f4ee'/>
<id>urn:sha1:54e5c4a00e116ff4be257accdc9aa9e068c7f4ee</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Refs #23919 -- Removed encoding preambles and future imports</title>
<updated>2017-01-18T08:55:19Z</updated>
<author>
<name>Claude Paroz</name>
<email>claude@2xlibre.net</email>
</author>
<published>2016-11-19T17:19:41Z</published>
<link rel='alternate' type='text/html' href='http://cgit.adnoto.dev/django.git/commit/?id=d7b9aaa366dd54ecc3142c588162e3adc7c2f7ac'/>
<id>urn:sha1:d7b9aaa366dd54ecc3142c588162e3adc7c2f7ac</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Fixed #27203 -- Replaced assertQuerysetEqual(..., lambda o: o) with assertSequenceEqual().</title>
<updated>2016-09-13T14:07:37Z</updated>
<author>
<name>Mads Jensen</name>
<email>mje@inducks.org</email>
</author>
<published>2016-09-10T09:36:27Z</published>
<link rel='alternate' type='text/html' href='http://cgit.adnoto.dev/django.git/commit/?id=0c1f71635f8a3f32195e1573fe929c7d88a78511'/>
<id>urn:sha1:0c1f71635f8a3f32195e1573fe929c7d88a78511</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Replaced use of TestCase.fail() with assertRaises().</title>
<updated>2016-06-28T15:21:26Z</updated>
<author>
<name>Tim Graham</name>
<email>timograham@gmail.com</email>
</author>
<published>2016-06-28T15:21:26Z</published>
<link rel='alternate' type='text/html' href='http://cgit.adnoto.dev/django.git/commit/?id=c9ae09addffb839403312131d4251e9d8b454508'/>
<id>urn:sha1:c9ae09addffb839403312131d4251e9d8b454508</id>
<content type='text'>
Also removed try/except/fail antipattern that hides exceptions.</content>
</entry>
<entry>
<title>Fixed #15250 -- Avoided extra query on some multi-table inheritance queries.</title>
<updated>2016-06-03T14:18:24Z</updated>
<author>
<name>Paulo</name>
<email>commonzenpython@gmail.com</email>
</author>
<published>2016-06-03T00:44:47Z</published>
<link rel='alternate' type='text/html' href='http://cgit.adnoto.dev/django.git/commit/?id=38575b007a722d6af510ea46d46393a4cda9ca29'/>
<id>urn:sha1:38575b007a722d6af510ea46d46393a4cda9ca29</id>
<content type='text'>
Thanks marekw2143 for the initial patch and carljm for support.
</content>
</entry>
<entry>
<title>Fixed E128 flake8 warnings in tests/.</title>
<updated>2016-04-08T14:12:33Z</updated>
<author>
<name>Tim Graham</name>
<email>timograham@gmail.com</email>
</author>
<published>2016-04-08T02:04:45Z</published>
<link rel='alternate' type='text/html' href='http://cgit.adnoto.dev/django.git/commit/?id=92053acbb9160862c3e743a99ed8ccff8d4f8fd6'/>
<id>urn:sha1:92053acbb9160862c3e743a99ed8ccff8d4f8fd6</id>
<content type='text'>
</content>
</entry>
</feed>
