<feed xmlns='http://www.w3.org/2005/Atom'>
<title>django.git/docs/intro/tutorial03.txt, branch 4.2.29</title>
<subtitle>django
</subtitle>
<id>http://cgit.adnoto.dev/django.git/atom?h=4.2.29</id>
<link rel='self' href='http://cgit.adnoto.dev/django.git/atom?h=4.2.29'/>
<link rel='alternate' type='text/html' href='http://cgit.adnoto.dev/django.git/'/>
<updated>2023-03-01T12:39:03Z</updated>
<entry>
<title>[4.2.x] Fixed #34140 -- Reformatted code blocks in docs with blacken-docs.</title>
<updated>2023-03-01T12:39:03Z</updated>
<author>
<name>django-bot</name>
<email>ops@djangoproject.com</email>
</author>
<published>2023-03-01T12:35:43Z</published>
<link rel='alternate' type='text/html' href='http://cgit.adnoto.dev/django.git/commit/?id=62510f01e76ad0526c94ea6d1bc6399c1ddf3df4'/>
<id>urn:sha1:62510f01e76ad0526c94ea6d1bc6399c1ddf3df4</id>
<content type='text'>
</content>
</entry>
<entry>
<title>[4.2.x] Refs #34140 -- Corrected rst code-block and various formatting issues in docs.</title>
<updated>2023-02-28T11:54:33Z</updated>
<author>
<name>Joseph Victor Zammit</name>
<email>jvzammit@gmail.com</email>
</author>
<published>2023-01-23T20:29:05Z</published>
<link rel='alternate' type='text/html' href='http://cgit.adnoto.dev/django.git/commit/?id=5bdd6223a24b2bcd0ee32251d6f3ce20e934a1dd'/>
<id>urn:sha1:5bdd6223a24b2bcd0ee32251d6f3ce20e934a1dd</id>
<content type='text'>
Backport of ba755ca13123d2691a0926ddb64e5d0a2906a880 from main
</content>
</entry>
<entry>
<title>Fixed docs build with sphinxcontrib-spelling 7.5.0+.</title>
<updated>2022-05-31T09:17:01Z</updated>
<author>
<name>Mariusz Felisiak</name>
<email>felisiak.mariusz@gmail.com</email>
</author>
<published>2022-05-31T05:40:54Z</published>
<link rel='alternate' type='text/html' href='http://cgit.adnoto.dev/django.git/commit/?id=ac90529cc58507d9a07610809a795ec5fc3cbf8c'/>
<id>urn:sha1:ac90529cc58507d9a07610809a795ec5fc3cbf8c</id>
<content type='text'>
sphinxcontrib-spelling 7.5.0+ includes captions of figures in the set
of nodes for which the text is checked.
</content>
</entry>
<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>
</feed>
