<feed xmlns='http://www.w3.org/2005/Atom'>
<title>delta/python-packages/django.git/docs/topics, branch c/32409-async-tests-cannot-call-orm</title>
<subtitle>github.com: django/django.git
</subtitle>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-packages/django.git/'/>
<entry>
<title>Refs #32409 -- Doc'd ORM calling limitations on async tests.</title>
<updated>2021-03-10T17:05:17+00:00</updated>
<author>
<name>Carlton Gibson</name>
<email>carlton.gibson@noumenal.es</email>
</author>
<published>2021-02-03T08:18:03+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-packages/django.git/commit/?id=06b2e0656713314dc77470fa37f7d64c7c1b156c'/>
<id>06b2e0656713314dc77470fa37f7d64c7c1b156c</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Fixed #24141 -- Added QuerySet.contains().</title>
<updated>2021-03-06T19:40:29+00:00</updated>
<author>
<name>Johan Schiff</name>
<email>johan@radkompaniet.se</email>
</author>
<published>2020-06-09T09:23:31+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-packages/django.git/commit/?id=d01709aae21de9cd2565b9c52f32732ea28a2d98'/>
<id>d01709aae21de9cd2565b9c52f32732ea28a2d98</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Fixed #32507 -- Added link to assertHTMLEqual() in assertInHTML() docs.</title>
<updated>2021-03-05T20:20:31+00:00</updated>
<author>
<name>Jacob Walls</name>
<email>jacobtylerwalls@gmail.com</email>
</author>
<published>2021-03-05T20:20:31+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-packages/django.git/commit/?id=286fb73b6962d197ed0cf041755fb724cfe08600'/>
<id>286fb73b6962d197ed0cf041755fb724cfe08600</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Fixed #32271 -- Improved consistency of docs CBV examples.</title>
<updated>2021-03-02T07:33:05+00:00</updated>
<author>
<name>Jack Aitken</name>
<email>jaitk11@gmail.com</email>
</author>
<published>2021-03-01T21:54:22+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-packages/django.git/commit/?id=5fd4f22d196fbe9913884259ddedad10e6156a44'/>
<id>5fd4f22d196fbe9913884259ddedad10e6156a44</id>
<content type='text'>
Co-Authored-By: Carles Pina i Estany &lt;carles@pina.cat&gt;
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Co-Authored-By: Carles Pina i Estany &lt;carles@pina.cat&gt;
</pre>
</div>
</content>
</entry>
<entry>
<title>Fixed typos in assertQuerysetEqual() docs and 1.6 release notes.</title>
<updated>2021-02-26T08:10:52+00:00</updated>
<author>
<name>Jacob Walls</name>
<email>38668450+jacobtylerwalls@users.noreply.github.com</email>
</author>
<published>2021-02-26T08:10:52+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-packages/django.git/commit/?id=0c7e880e13b837dd76276c04ebdc338bb76d1379'/>
<id>0c7e880e13b837dd76276c04ebdc338bb76d1379</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Fixed indentation in docs/topics/i18n/translation.txt.</title>
<updated>2021-02-25T19:48:32+00:00</updated>
<author>
<name>Camilo Nova</name>
<email>camilo.nova@gmail.com</email>
</author>
<published>2021-02-25T19:48:32+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-packages/django.git/commit/?id=f6f430d3ff9ca254826e9fcaa968ba02018c6c83'/>
<id>f6f430d3ff9ca254826e9fcaa968ba02018c6c83</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Fixed #32446 -- Deprecated SERIALIZE test database setting.</title>
<updated>2021-02-24T19:31:11+00:00</updated>
<author>
<name>Simon Charette</name>
<email>charette.s@gmail.com</email>
</author>
<published>2021-02-15T03:42:47+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-packages/django.git/commit/?id=3089018e951dcca568574c0e0ebf9d8aab112389'/>
<id>3089018e951dcca568574c0e0ebf9d8aab112389</id>
<content type='text'>
Whether or not the state of a test database should be serialized can be
inferred from the set of databases allowed to be access from discovered
TestCase/TransactionTestCase enabling the serialized_rollback feature
which makes this setting unnecessary.

This should make a significant test suite bootstraping time difference
on large projects that didn't explicitly disable test database
serialization.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Whether or not the state of a test database should be serialized can be
inferred from the set of databases allowed to be access from discovered
TestCase/TransactionTestCase enabling the serialized_rollback feature
which makes this setting unnecessary.

This should make a significant test suite bootstraping time difference
on large projects that didn't explicitly disable test database
serialization.
</pre>
</div>
</content>
</entry>
<entry>
<title>Refs #31811 -- Corrected DiscoverRunner.setup_databases() signature.</title>
<updated>2021-02-24T19:24:05+00:00</updated>
<author>
<name>Mariusz Felisiak</name>
<email>felisiak.mariusz@gmail.com</email>
</author>
<published>2021-02-24T19:24:05+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-packages/django.git/commit/?id=af685b5f00a2a38ec596ff905d5f70455185b6d7'/>
<id>af685b5f00a2a38ec596ff905d5f70455185b6d7</id>
<content type='text'>
Accidentally changed in 61a0ba43cfd4ff66f51a9d73dcd8ed6f6a6d9915.</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Accidentally changed in 61a0ba43cfd4ff66f51a9d73dcd8ed6f6a6d9915.</pre>
</div>
</content>
</entry>
<entry>
<title>Fixed #32471 -- Doc'd the return value of EmailMessage.send().</title>
<updated>2021-02-23T05:35:45+00:00</updated>
<author>
<name>Hasan Ramezani</name>
<email>hasan.r67@gmail.com</email>
</author>
<published>2021-02-22T15:44:03+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-packages/django.git/commit/?id=b1af2cca3aba4cefc69c986d4de6cab6db524bf3'/>
<id>b1af2cca3aba4cefc69c986d4de6cab6db524bf3</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Refs #4027 -- Added Model._state.adding to docs about copying model instances.</title>
<updated>2021-02-22T10:14:58+00:00</updated>
<author>
<name>Johannes Wilm</name>
<email>johanneswilm@gmail.com</email>
</author>
<published>2021-02-19T18:53:43+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-packages/django.git/commit/?id=0fd05df7b5690fb1b675e1b4d9c92bb22ff74360'/>
<id>0fd05df7b5690fb1b675e1b4d9c92bb22ff74360</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
</feed>
