<feed xmlns='http://www.w3.org/2005/Atom'>
<title>django.git/docs/intro/tutorial01.txt, branch 3.0.10</title>
<subtitle>django
</subtitle>
<id>http://cgit.adnoto.dev/django.git/atom?h=3.0.10</id>
<link rel='self' href='http://cgit.adnoto.dev/django.git/atom?h=3.0.10'/>
<link rel='alternate' type='text/html' href='http://cgit.adnoto.dev/django.git/'/>
<updated>2020-03-24T06:12:59Z</updated>
<entry>
<title>[3.0.x] Fixed #31385 -- Improved wording in tutorial 1.</title>
<updated>2020-03-24T06:12:59Z</updated>
<author>
<name>Victor Moura</name>
<email>victor_cmoura@hotmail.com</email>
</author>
<published>2020-03-24T00:49:19Z</published>
<link rel='alternate' type='text/html' href='http://cgit.adnoto.dev/django.git/commit/?id=6de7a600c0013186d9551631b316bdff347a9733'/>
<id>urn:sha1:6de7a600c0013186d9551631b316bdff347a9733</id>
<content type='text'>
Backport of 1628b35b586e07ea47a82713192d0e4662268686 from master
</content>
</entry>
<entry>
<title>[3.0.x] Fixed #30780 -- Improved visibility of Getting Help FAQ in tutorials.</title>
<updated>2019-12-31T08:26:13Z</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=8e432718b80d8dc3bbcf727dcaced67599a3ee53'/>
<id>urn:sha1:8e432718b80d8dc3bbcf727dcaced67599a3ee53</id>
<content type='text'>
Backport of 307c63f9a7c90a21368d8361cd76f48f372413ab from master
</content>
</entry>
<entry>
<title>[3.0.x] Fixed #31062 -- Doc'd asgi.py in tutorials and project templates.</title>
<updated>2019-12-05T07:40:19Z</updated>
<author>
<name>Mariusz Felisiak</name>
<email>felisiak.mariusz@gmail.com</email>
</author>
<published>2019-12-05T07:38:39Z</published>
<link rel='alternate' type='text/html' href='http://cgit.adnoto.dev/django.git/commit/?id=6ede5a3cb7ae92d6d8fdbd71805fb4742c672dd9'/>
<id>urn:sha1:6ede5a3cb7ae92d6d8fdbd71805fb4742c672dd9</id>
<content type='text'>
Backport of 3930ec1bf275d17f1c36cd38b38114177b1d1565 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>
<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>Fixed #30116 -- Dropped support for Python 3.5.</title>
<updated>2019-01-30T15:19:48Z</updated>
<author>
<name>Tim Graham</name>
<email>timograham@gmail.com</email>
</author>
<published>2019-01-18T15:04:29Z</published>
<link rel='alternate' type='text/html' href='http://cgit.adnoto.dev/django.git/commit/?id=7e6b214ed34f5562dbd83cf54924a5b589a29715'/>
<id>urn:sha1:7e6b214ed34f5562dbd83cf54924a5b589a29715</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Fixed "lets" mistakes in docs.</title>
<updated>2019-01-15T01:32:19Z</updated>
<author>
<name>David Beitey</name>
<email>david@davidjb.com</email>
</author>
<published>2019-01-14T23:54:15Z</published>
<link rel='alternate' type='text/html' href='http://cgit.adnoto.dev/django.git/commit/?id=885cb0d39041e359a3ad00d4bdaac24cbcc843c9'/>
<id>urn:sha1:885cb0d39041e359a3ad00d4bdaac24cbcc843c9</id>
<content type='text'>
</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>
<entry>
<title>Added help for common 404 error in tutorial 1.</title>
<updated>2018-05-21T16:53:40Z</updated>
<author>
<name>Daniel Roseman</name>
<email>daniel.roseman@digital.cabinet-office.gov.uk</email>
</author>
<published>2018-05-19T13:17:15Z</published>
<link rel='alternate' type='text/html' href='http://cgit.adnoto.dev/django.git/commit/?id=40ff93310f03dc89a6281a846b1a1ec4cb672bd0'/>
<id>urn:sha1:40ff93310f03dc89a6281a846b1a1ec4cb672bd0</id>
<content type='text'>
</content>
</entry>
</feed>
