<feed xmlns='http://www.w3.org/2005/Atom'>
<title>django.git/docs/internals/contributing/writing-code/unit-tests.txt, branch 3.0.14</title>
<subtitle>django
</subtitle>
<id>http://cgit.adnoto.dev/django.git/atom?h=3.0.14</id>
<link rel='self' href='http://cgit.adnoto.dev/django.git/atom?h=3.0.14'/>
<link rel='alternate' type='text/html' href='http://cgit.adnoto.dev/django.git/'/>
<updated>2020-10-06T09:30:21Z</updated>
<entry>
<title>[3.0.x] Skipped GetImageDimensionsTests.test_webp when WEBP is not installed.</title>
<updated>2020-10-06T09:30:21Z</updated>
<author>
<name>Mariusz Felisiak</name>
<email>felisiak.mariusz@gmail.com</email>
</author>
<published>2020-10-06T09:25:04Z</published>
<link rel='alternate' type='text/html' href='http://cgit.adnoto.dev/django.git/commit/?id=9deb850e234ea52ac230916b6edd5d4889449e55'/>
<id>urn:sha1:9deb850e234ea52ac230916b6edd5d4889449e55</id>
<content type='text'>
Bumped minimum Pillow version to 4.2.0 in test requirements.

Backport of fce389af7cf95151118c9fc7cafd777a31f94946 from master
</content>
</entry>
<entry>
<title>[3.0.x] Prevented (and corrected) single backtick usage in docs.</title>
<updated>2020-04-01T13:15:21Z</updated>
<author>
<name>Adam Johnson</name>
<email>me@adamj.eu</email>
</author>
<published>2020-03-31T08:37:38Z</published>
<link rel='alternate' type='text/html' href='http://cgit.adnoto.dev/django.git/commit/?id=0342d47e7a8571242a570b91dea3c137436740d4'/>
<id>urn:sha1:0342d47e7a8571242a570b91dea3c137436740d4</id>
<content type='text'>
Backport of 1cdfe8d91215eefaa18c398069dd9c6879a9511d from master.
</content>
</entry>
<entry>
<title>[3.0.x] Pinned asgiref to 3.2 series.</title>
<updated>2019-11-20T14:13:28Z</updated>
<author>
<name>Carlton Gibson</name>
<email>carlton.gibson@noumenal.es</email>
</author>
<published>2019-11-20T14:13:28Z</published>
<link rel='alternate' type='text/html' href='http://cgit.adnoto.dev/django.git/commit/?id=0e587457164be46034b65c1868f9c71024c50425'/>
<id>urn:sha1:0e587457164be46034b65c1868f9c71024c50425</id>
<content type='text'>
Backport of 36453526d3e1a5829864f106d6baa0ebdb20537e from master
</content>
</entry>
<entry>
<title>[3.0.x] Refs #30183 -- Doc'd dropping support for sqlparse &lt; 0.2.2.</title>
<updated>2019-11-06T08:01:48Z</updated>
<author>
<name>Stephen Rauch</name>
<email>stephenrauch@users.noreply.github.com</email>
</author>
<published>2019-11-06T03:11:09Z</published>
<link rel='alternate' type='text/html' href='http://cgit.adnoto.dev/django.git/commit/?id=76d293f3e6abdb1955287a483005d26af6f93036'/>
<id>urn:sha1:76d293f3e6abdb1955287a483005d26af6f93036</id>
<content type='text'>
Support for sqlparse &lt; 0.2.2 was broken in
782d85b6dfa191e67c0f1d572641d8236c79174c because is_whitespace property
was added in sqlparse 0.2.2.

Backport of 4b6db766ba4b613d317c87f87d1d63865b7424a4 from master
</content>
</entry>
<entry>
<title>[3.0.x] Added tblib to the list of test suite dependencies in documentation.</title>
<updated>2019-10-23T13:27:02Z</updated>
<author>
<name>Mariusz Felisiak</name>
<email>felisiak.mariusz@gmail.com</email>
</author>
<published>2019-10-23T12:50:04Z</published>
<link rel='alternate' type='text/html' href='http://cgit.adnoto.dev/django.git/commit/?id=b3e8dafe06691ac190ca46e190ab5c5a06c78fbe'/>
<id>urn:sha1:b3e8dafe06691ac190ca46e190ab5c5a06c78fbe</id>
<content type='text'>
Backport of 2a54ce72f95977fefe796e99c7bbf6cd366927f9 from master
</content>
</entry>
<entry>
<title>[3.0.x] Fixed #27086 -- Doc'd fix for test suite hang on macOS.</title>
<updated>2019-10-09T13:49:19Z</updated>
<author>
<name>Kees Hink</name>
<email>keeshink@gmail.com</email>
</author>
<published>2019-10-09T10:08:31Z</published>
<link rel='alternate' type='text/html' href='http://cgit.adnoto.dev/django.git/commit/?id=fffce1ac4c412ec49bde659b79dd943266c9434f'/>
<id>urn:sha1:fffce1ac4c412ec49bde659b79dd943266c9434f</id>
<content type='text'>
Backport of 5d9cf79baf07fc4aed7ad1b06990532a65378155 from master
</content>
</entry>
<entry>
<title>[3.0.x] Added note to check Python version in unit tests troubleshooting section.</title>
<updated>2019-10-09T13:49:09Z</updated>
<author>
<name>Carlton Gibson</name>
<email>carlton.gibson@noumenal.es</email>
</author>
<published>2019-10-09T10:06:07Z</published>
<link rel='alternate' type='text/html' href='http://cgit.adnoto.dev/django.git/commit/?id=6801166a30f67a4e5e4ac4cede84a4e85ce8882a'/>
<id>urn:sha1:6801166a30f67a4e5e4ac4cede84a4e85ce8882a</id>
<content type='text'>
At DjangoCon US 2019 sprints, a number of contributors hit problems with an outdated Python.

Backport of 06e087c3ded703b334a4d7c74a882212774253bc from master
</content>
</entry>
<entry>
<title>[3.0.x] Corrected section indentation in unit tests contributor docs.</title>
<updated>2019-10-09T13:48:58Z</updated>
<author>
<name>Carlton Gibson</name>
<email>carlton.gibson@noumenal.es</email>
</author>
<published>2019-09-27T18:58:14Z</published>
<link rel='alternate' type='text/html' href='http://cgit.adnoto.dev/django.git/commit/?id=7ded25d7131f4246b8b000869c677d0bbe0377aa'/>
<id>urn:sha1:7ded25d7131f4246b8b000869c677d0bbe0377aa</id>
<content type='text'>
Backport of b39c39e82ae12ca92686ee97a7be2958ee667e5c from master
</content>
</entry>
<entry>
<title>[3.0.x] Refs #30010 -- Doc'd running tests with django-docker-box.</title>
<updated>2019-10-02T12:00:48Z</updated>
<author>
<name>Katherine Michel</name>
<email>kthrnmichel@gmail.com</email>
</author>
<published>2019-09-26T23:51:38Z</published>
<link rel='alternate' type='text/html' href='http://cgit.adnoto.dev/django.git/commit/?id=b6da3192c0d7561dd1daf3c2a8e7b82c66204a51'/>
<id>urn:sha1:b6da3192c0d7561dd1daf3c2a8e7b82c66204a51</id>
<content type='text'>
Backport of f7eb9fb676d7afba16fc577283610b359718e644 from master
</content>
</entry>
<entry>
<title>Fixed #30573 -- Rephrased documentation to avoid words that minimise the involved difficulty.</title>
<updated>2019-09-06T11:27:46Z</updated>
<author>
<name>Tobias Kunze</name>
<email>r@rixx.de</email>
</author>
<published>2019-06-17T14:54:55Z</published>
<link rel='alternate' type='text/html' href='http://cgit.adnoto.dev/django.git/commit/?id=4a954cfd11a5d034491f87fcbc920eb97a302bb3'/>
<id>urn:sha1:4a954cfd11a5d034491f87fcbc920eb97a302bb3</id>
<content type='text'>
This patch does not remove all occurrences of the words in question.
Rather, I went through all of the occurrences of the words listed
below, and judged if they a) suggested the reader had some kind of
knowledge/experience, and b) if they added anything of value (including
tone of voice, etc). I left most of the words alone. I looked at the
following words:

- simply/simple
- easy/easier/easiest
- obvious
- just
- merely
- straightforward
- ridiculous

Thanks to Carlton Gibson for guidance on how to approach this issue, and
to Tim Bell for providing the idea. But the enormous lion's share of
thanks go to Adam Johnson for his patient and helpful review.
</content>
</entry>
</feed>
