<feed xmlns='http://www.w3.org/2005/Atom'>
<title>django.git/docs/intro/tutorial05.txt, branch 3.2.6</title>
<subtitle>django
</subtitle>
<id>http://cgit.adnoto.dev/django.git/atom?h=3.2.6</id>
<link rel='self' href='http://cgit.adnoto.dev/django.git/atom?h=3.2.6'/>
<link rel='alternate' type='text/html' href='http://cgit.adnoto.dev/django.git/'/>
<updated>2021-05-17T10:16:09Z</updated>
<entry>
<title>[3.2.x] Refs #32720 -- Updated various links in docs to avoid redirects and use HTTPS.</title>
<updated>2021-05-17T10:16:09Z</updated>
<author>
<name>Nick Pope</name>
<email>nick@nickpope.me.uk</email>
</author>
<published>2021-04-27T11:09:00Z</published>
<link rel='alternate' type='text/html' href='http://cgit.adnoto.dev/django.git/commit/?id=cb91b2d9e3e28d0ede24dbb052faa6e7fead5897'/>
<id>urn:sha1:cb91b2d9e3e28d0ede24dbb052faa6e7fead5897</id>
<content type='text'>
Backport of c156e369553c75a30c78b8ed54a57b1101865105 from main
</content>
</entry>
<entry>
<title>Fixed #31235 -- Made assertQuerysetEqual() compare querysets directly.</title>
<updated>2020-11-06T08:24:50Z</updated>
<author>
<name>Hasan Ramezani</name>
<email>hasan.r67@gmail.com</email>
</author>
<published>2020-10-18T16:29:52Z</published>
<link rel='alternate' type='text/html' href='http://cgit.adnoto.dev/django.git/commit/?id=3f7b3275627385f8f7531fca01cdda50d4ec6b6e'/>
<id>urn:sha1:3f7b3275627385f8f7531fca01cdda50d4ec6b6e</id>
<content type='text'>
This also replaces assertQuerysetEqual() to
assertSequenceEqual()/assertCountEqual() where appropriate.

Co-authored-by: Peter Inglesby &lt;peter.inglesby@gmail.com&gt;
Co-authored-by: Mariusz Felisiak &lt;felisiak.mariusz@gmail.com&gt;
</content>
</entry>
<entry>
<title>Refs #30573 -- Rephrased "Of Course" and "Obvious(ly)" in documentation and comments.</title>
<updated>2020-05-04T10:10:47Z</updated>
<author>
<name>Adam Johnson</name>
<email>me@adamj.eu</email>
</author>
<published>2020-05-01T12:37:21Z</published>
<link rel='alternate' type='text/html' href='http://cgit.adnoto.dev/django.git/commit/?id=d17b380653da5f95885ce53468fe7aac60672841'/>
<id>urn:sha1:d17b380653da5f95885ce53468fe7aac60672841</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Fixed #30780 -- Improved visibility of Getting Help FAQ in tutorials.</title>
<updated>2019-12-31T07:54:26Z</updated>
<author>
<name>Gabriel Augendre</name>
<email>gabriel@augendre.info</email>
</author>
<published>2019-12-21T13:58:46Z</published>
<link rel='alternate' type='text/html' href='http://cgit.adnoto.dev/django.git/commit/?id=307c63f9a7c90a21368d8361cd76f48f372413ab'/>
<id>urn:sha1:307c63f9a7c90a21368d8361cd76f48f372413ab</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Fixed #30775 -- Added admonition about missing imports to "Running tests" section in tutorial 5.</title>
<updated>2019-09-16T07:40:44Z</updated>
<author>
<name>Katie McLaughlin</name>
<email>katie@glasnt.com</email>
</author>
<published>2019-09-14T02:47:15Z</published>
<link rel='alternate' type='text/html' href='http://cgit.adnoto.dev/django.git/commit/?id=44077985f58be02214a11ffde35776fed3c960e1'/>
<id>urn:sha1:44077985f58be02214a11ffde35776fed3c960e1</id>
<content type='text'>
</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>
<entry>
<title>Fixed #30399 -- Changed django.utils.html.escape()/urlize() to use html.escape()/unescape().</title>
<updated>2019-04-25T13:09:07Z</updated>
<author>
<name>Jon Dufresne</name>
<email>jon.dufresne@gmail.com</email>
</author>
<published>2019-04-24T11:30:34Z</published>
<link rel='alternate' type='text/html' href='http://cgit.adnoto.dev/django.git/commit/?id=8d76443aba863b75ad3b1392ca7e1d59bad84dc4'/>
<id>urn:sha1:8d76443aba863b75ad3b1392ca7e1d59bad84dc4</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Fixed #30184 -- Removed ellipsis characters from shell output strings.</title>
<updated>2019-02-13T18:59:44Z</updated>
<author>
<name>Dan Davis</name>
<email>danizen@users.noreply.github.com</email>
</author>
<published>2019-02-13T18:59:44Z</published>
<link rel='alternate' type='text/html' href='http://cgit.adnoto.dev/django.git/commit/?id=2bd8df243ac6fc35e58c9fe90b20c9e42519a5ac'/>
<id>urn:sha1:2bd8df243ac6fc35e58c9fe90b20c9e42519a5ac</id>
<content type='text'>
Partially reverted 50b8493581fea3d7137dd8db33bac7008868d23a (refs #29654)
to avoid a crash when the user shell doesn't support non-ASCII characters.</content>
</entry>
<entry>
<title>Refs #20910 -- Replaced snippet directive with code-block.</title>
<updated>2018-09-10T17:00:34Z</updated>
<author>
<name>Curtis Maloney</name>
<email>curtis@tinbrain.net</email>
</author>
<published>2018-09-10T17:00:34Z</published>
<link rel='alternate' type='text/html' href='http://cgit.adnoto.dev/django.git/commit/?id=c49ea6f5911296dcb40190c905e38b43cdc7c7a3'/>
<id>urn:sha1:c49ea6f5911296dcb40190c905e38b43cdc7c7a3</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Refs #29654 -- Replaced three dots with ellipsis character in output strings.</title>
<updated>2018-08-22T13:13:58Z</updated>
<author>
<name>Claude Paroz</name>
<email>claude@2xlibre.net</email>
</author>
<published>2018-08-22T13:13:58Z</published>
<link rel='alternate' type='text/html' href='http://cgit.adnoto.dev/django.git/commit/?id=50b8493581fea3d7137dd8db33bac7008868d23a'/>
<id>urn:sha1:50b8493581fea3d7137dd8db33bac7008868d23a</id>
<content type='text'>
</content>
</entry>
</feed>
