<feed xmlns='http://www.w3.org/2005/Atom'>
<title>django.git/docs/intro/tutorial03.txt, branch 4.1a1</title>
<subtitle>django
</subtitle>
<id>http://cgit.adnoto.dev/django.git/atom?h=4.1a1</id>
<link rel='self' href='http://cgit.adnoto.dev/django.git/atom?h=4.1a1'/>
<link rel='alternate' type='text/html' href='http://cgit.adnoto.dev/django.git/'/>
<updated>2021-08-02T06:00:43Z</updated>
<entry>
<title>Clarified URL patterns in tutorial 3.</title>
<updated>2021-08-02T06:00:43Z</updated>
<author>
<name>ilu_vatar_</name>
<email>43726409+Nicolas-Reyland@users.noreply.github.com</email>
</author>
<published>2021-08-02T06:00:43Z</published>
<link rel='alternate' type='text/html' href='http://cgit.adnoto.dev/django.git/commit/?id=4114531cb763f7cf226d3904d3693af4dc634947'/>
<id>urn:sha1:4114531cb763f7cf226d3904d3693af4dc634947</id>
<content type='text'>
Co-authored-by: Nick Pope &lt;nick@nickpope.me.uk&gt;</content>
</entry>
<entry>
<title>Fixed 32956 -- Lowercased spelling of "web" and "web framework" where appropriate.</title>
<updated>2021-07-29T04:24:12Z</updated>
<author>
<name>David Smith</name>
<email>smithdc@gmail.com</email>
</author>
<published>2021-07-23T06:48:16Z</published>
<link rel='alternate' type='text/html' href='http://cgit.adnoto.dev/django.git/commit/?id=1024b5e74a7166313ad4e4975a15e90dccd3ec5f'/>
<id>urn:sha1:1024b5e74a7166313ad4e4975a15e90dccd3ec5f</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Refs #32720 -- Updated various links in docs to avoid redirects and use HTTPS.</title>
<updated>2021-05-17T07:46: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=c156e369553c75a30c78b8ed54a57b1101865105'/>
<id>urn:sha1:c156e369553c75a30c78b8ed54a57b1101865105</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Adjusted URL example in tutorial.</title>
<updated>2020-06-02T10:26:30Z</updated>
<author>
<name>Carlton Gibson</name>
<email>carlton@noumenal.es</email>
</author>
<published>2020-06-02T10:26:30Z</published>
<link rel='alternate' type='text/html' href='http://cgit.adnoto.dev/django.git/commit/?id=8c49c3f7257f14e071b619f90cd4d8cae6d04e74'/>
<id>urn:sha1:8c49c3f7257f14e071b619f90cd4d8cae6d04e74</id>
<content type='text'>
No need for the example to be ASP specific.

Co-authored-by: Noah Kantrowitz &lt;noah@coderanger.net&gt;</content>
</entry>
<entry>
<title>Added note about incomplete HTML in tutorial 3.</title>
<updated>2020-01-17T14:28:31Z</updated>
<author>
<name>Adam Johnson</name>
<email>me@adamj.eu</email>
</author>
<published>2020-01-13T22:04:35Z</published>
<link rel='alternate' type='text/html' href='http://cgit.adnoto.dev/django.git/commit/?id=26be53dd89cef46746b4a67cbc0bb29665e999a6'/>
<id>urn:sha1:26be53dd89cef46746b4a67cbc0bb29665e999a6</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Removed "Don't do that" from docs and error messages.</title>
<updated>2020-01-06T12:50:43Z</updated>
<author>
<name>Adam Johnson</name>
<email>me@adamj.eu</email>
</author>
<published>2020-01-05T10:04:51Z</published>
<link rel='alternate' type='text/html' href='http://cgit.adnoto.dev/django.git/commit/?id=2ea3fb3e6386c43f124b542e92b817dbc227c76b'/>
<id>urn:sha1:2ea3fb3e6386c43f124b542e92b817dbc227c76b</id>
<content type='text'>
It's slightly aggressive and doesn't explain itself.
</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 #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>Removed extra characters in docs header underlines.</title>
<updated>2019-02-08T20:38:30Z</updated>
<author>
<name>Mariusz Felisiak</name>
<email>felisiak.mariusz@gmail.com</email>
</author>
<published>2019-02-08T20:38:30Z</published>
<link rel='alternate' type='text/html' href='http://cgit.adnoto.dev/django.git/commit/?id=25829197bb94585e94695360065ac614aa9e6a56'/>
<id>urn:sha1:25829197bb94585e94695360065ac614aa9e6a56</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>
</feed>
