<feed xmlns='http://www.w3.org/2005/Atom'>
<title>django.git/tests/fixtures_model_package/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>2022-10-08T06:07:38Z</updated>
<entry>
<title>Refs #33990 -- Renamed TransactionTestCase.assertQuerysetEqual() to assertQuerySetEqual().</title>
<updated>2022-10-08T06:07:38Z</updated>
<author>
<name>Gregor Gärtner</name>
<email>code@gregorgaertner.de</email>
</author>
<published>2022-09-24T10:29:58Z</published>
<link rel='alternate' type='text/html' href='http://cgit.adnoto.dev/django.git/commit/?id=f0c06f8ab7904e1fd082f2de57337f6c7e05f177'/>
<id>urn:sha1:f0c06f8ab7904e1fd082f2de57337f6c7e05f177</id>
<content type='text'>
Co-Authored-By: Michael Howitz &lt;mh@gocept.com&gt;
</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 fixtures loading isolation in tests.</title>
<updated>2020-05-15T07:14:05Z</updated>
<author>
<name>François Freitag</name>
<email>mail@franek.fr</email>
</author>
<published>2020-05-09T17:37:44Z</published>
<link rel='alternate' type='text/html' href='http://cgit.adnoto.dev/django.git/commit/?id=2e48cf6bd9499f888a6cebf9f18c92717f1df55c'/>
<id>urn:sha1:2e48cf6bd9499f888a6cebf9f18c92717f1df55c</id>
<content type='text'>
fixture1.json and fixture2.json exist in both "fixtures" and
"fixtures_model_package". Both apps are listed in "INSTALLED_APPS". The
loaddata management command loads from installed apps, thus loads both
fixtures when a test runs loaddata with any of these fixtures.
</content>
</entry>
<entry>
<title>Removed redundant assertions in fixtures tests.</title>
<updated>2020-05-13T11:07:15Z</updated>
<author>
<name>François Freitag</name>
<email>mail@franek.fr</email>
</author>
<published>2020-05-13T11:07:15Z</published>
<link rel='alternate' type='text/html' href='http://cgit.adnoto.dev/django.git/commit/?id=49ae7ce50a874f8a04cd910882fb9571ff3a0d7a'/>
<id>urn:sha1:49ae7ce50a874f8a04cd910882fb9571ff3a0d7a</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Renamed camelCaseTestMethods to snake_case_test_methods</title>
<updated>2019-04-14T14:14:14Z</updated>
<author>
<name>Markus Holtermann</name>
<email>info@markusholtermann.eu</email>
</author>
<published>2019-04-14T13:00:48Z</published>
<link rel='alternate' type='text/html' href='http://cgit.adnoto.dev/django.git/commit/?id=da0b2554ec8e3ef134237b773baed06cd5f8a82f'/>
<id>urn:sha1:da0b2554ec8e3ef134237b773baed06cd5f8a82f</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 #21549 -- Made loaddata's 'fixture not found' warning an exception.</title>
<updated>2016-01-05T00:39:35Z</updated>
<author>
<name>Andrew Kuchev</name>
<email>0coming.soon@gmail.com</email>
</author>
<published>2016-01-02T19:11:18Z</published>
<link rel='alternate' type='text/html' href='http://cgit.adnoto.dev/django.git/commit/?id=d5b90c8e120687863c1d41cf92a4cdb11413ad7f'/>
<id>urn:sha1:d5b90c8e120687863c1d41cf92a4cdb11413ad7f</id>
<content type='text'>
Thanks to mpasternak for the report and Tim Graham for the review.
</content>
</entry>
<entry>
<title>Removed support for custom SQL per deprecation timeline.</title>
<updated>2015-01-17T15:16:06Z</updated>
<author>
<name>Tim Graham</name>
<email>timograham@gmail.com</email>
</author>
<published>2014-12-26T18:56:08Z</published>
<link rel='alternate' type='text/html' href='http://cgit.adnoto.dev/django.git/commit/?id=4aa089a9a9504c4a833eee8161be013206da5d15'/>
<id>urn:sha1:4aa089a9a9504c4a833eee8161be013206da5d15</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Removed support for initial_data fixtures per deprecation timeline.</title>
<updated>2015-01-17T14:59:25Z</updated>
<author>
<name>Tim Graham</name>
<email>timograham@gmail.com</email>
</author>
<published>2014-12-26T18:23:38Z</published>
<link rel='alternate' type='text/html' href='http://cgit.adnoto.dev/django.git/commit/?id=67235fd4ef1b006fc9cdb2fa20e7bb93b0edff4b'/>
<id>urn:sha1:67235fd4ef1b006fc9cdb2fa20e7bb93b0edff4b</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Fixed #23620 -- Used more specific assertions in the Django test suite.</title>
<updated>2014-11-03T16:56:37Z</updated>
<author>
<name>Berker Peksag</name>
<email>berker.peksag@gmail.com</email>
</author>
<published>2014-10-28T10:02:56Z</published>
<link rel='alternate' type='text/html' href='http://cgit.adnoto.dev/django.git/commit/?id=f7969b0920c403118656f6bfec58d6454d79ef1a'/>
<id>urn:sha1:f7969b0920c403118656f6bfec58d6454d79ef1a</id>
<content type='text'>
</content>
</entry>
</feed>
