<feed xmlns='http://www.w3.org/2005/Atom'>
<title>django.git/docs/intro/tutorial02.txt, branch 4.0.8</title>
<subtitle>django
</subtitle>
<id>http://cgit.adnoto.dev/django.git/atom?h=4.0.8</id>
<link rel='self' href='http://cgit.adnoto.dev/django.git/atom?h=4.0.8'/>
<link rel='alternate' type='text/html' href='http://cgit.adnoto.dev/django.git/'/>
<updated>2022-06-27T06:04:25Z</updated>
<entry>
<title>[4.0.x] Fixed docs build with sphinxcontrib-spelling 7.5.0+.</title>
<updated>2022-06-27T06:04:25Z</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=4d20d2f7c2b8e74c3e85bd0716ebdcb3b35a70e6'/>
<id>urn:sha1:4d20d2f7c2b8e74c3e85bd0716ebdcb3b35a70e6</id>
<content type='text'>
sphinxcontrib-spelling 7.5.0+ includes captions of figures in the set
of nodes for which the text is checked.

Backport of ac90529cc58507d9a07610809a795ec5fc3cbf8c from main.
</content>
</entry>
<entry>
<title>[4.0.x] Recommended using .tables on SQLite in tutorial 2.</title>
<updated>2021-09-29T10:43:27Z</updated>
<author>
<name>Victor Sowa</name>
<email>victor.johan.sowa@gmail.com</email>
</author>
<published>2021-09-29T10:42:59Z</published>
<link rel='alternate' type='text/html' href='http://cgit.adnoto.dev/django.git/commit/?id=cebac15931173b2fc5d8f2b3f4bd69fe1a8a856d'/>
<id>urn:sha1:cebac15931173b2fc5d8f2b3f4bd69fe1a8a856d</id>
<content type='text'>
Backport of 9466fd78420a851460c92673dad50a5737c75b12 from main
</content>
</entry>
<entry>
<title>Made sentence about Model consistent in docs.</title>
<updated>2021-08-26T05:55:56Z</updated>
<author>
<name>Zainab Amir</name>
<email>zainab.amir@arbisoft.com</email>
</author>
<published>2021-08-24T05:41:24Z</published>
<link rel='alternate' type='text/html' href='http://cgit.adnoto.dev/django.git/commit/?id=3445c50a3affc5ae7b1c2712a139d4a5105aeaf5'/>
<id>urn:sha1:3445c50a3affc5ae7b1c2712a139d4a5105aeaf5</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Fixed #32964 -- Corrected 'setup'/'set up' usage in docs.</title>
<updated>2021-08-17T10:18:07Z</updated>
<author>
<name>Andrew Northall</name>
<email>andrew@northall.me.uk</email>
</author>
<published>2021-08-15T19:11:25Z</published>
<link rel='alternate' type='text/html' href='http://cgit.adnoto.dev/django.git/commit/?id=c23aa736264d47c51b2f2ff2e3139187204fc9b8'/>
<id>urn:sha1:c23aa736264d47c51b2f2ff2e3139187204fc9b8</id>
<content type='text'>
</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>Used :envvar: role and .. envvar:: directive in various docs.</title>
<updated>2020-05-13T07:14:40Z</updated>
<author>
<name>Nick Pope</name>
<email>nick.pope@flightdataservices.com</email>
</author>
<published>2020-04-30T10:12:05Z</published>
<link rel='alternate' type='text/html' href='http://cgit.adnoto.dev/django.git/commit/?id=fbdb032de266ba5f82e061ab204f6c622889d563'/>
<id>urn:sha1:fbdb032de266ba5f82e061ab204f6c622889d563</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Fixed #31495 - Corrected note about admin i18n in tutorial.</title>
<updated>2020-05-06T14:19:04Z</updated>
<author>
<name>Omkar Kulkarni</name>
<email>2019okulkarn@tjhsst.edu</email>
</author>
<published>2020-05-06T14:19:04Z</published>
<link rel='alternate' type='text/html' href='http://cgit.adnoto.dev/django.git/commit/?id=b7f1c0d86d72df51aa2e25da79d99074b751c7e1'/>
<id>urn:sha1:b7f1c0d86d72df51aa2e25da79d99074b751c7e1</id>
<content type='text'>
Thanks to Adam Johnson and Claude Paroz for review.</content>
</entry>
<entry>
<title>Updated migrations example in tutorial 2.</title>
<updated>2020-03-10T07:53:28Z</updated>
<author>
<name>Mariusz Felisiak</name>
<email>felisiak.mariusz@gmail.com</email>
</author>
<published>2020-03-10T07:53:28Z</published>
<link rel='alternate' type='text/html' href='http://cgit.adnoto.dev/django.git/commit/?id=5da627a58f41d6854342e95a171a82f5b2309d52'/>
<id>urn:sha1:5da627a58f41d6854342e95a171a82f5b2309d52</id>
<content type='text'>
Follow up to a97845a823c86b1d6e65af70fbce64e6e747e081.</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 #29983 -- Replaced os.path() with pathlib.Path in project template and docs.</title>
<updated>2019-11-07T10:11:27Z</updated>
<author>
<name>Jon Dufresne</name>
<email>jon.dufresne@gmail.com</email>
</author>
<published>2019-11-07T10:11:27Z</published>
<link rel='alternate' type='text/html' href='http://cgit.adnoto.dev/django.git/commit/?id=26554cf5d1e96db10d0d5f4b69683a22fb82fdf8'/>
<id>urn:sha1:26554cf5d1e96db10d0d5f4b69683a22fb82fdf8</id>
<content type='text'>
Thanks Curtis Maloney for the original patch.</content>
</entry>
</feed>
