<feed xmlns='http://www.w3.org/2005/Atom'>
<title>django.git/docs/intro/tutorial02.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 -- Applied rst code-block to non-Python examples.</title>
<updated>2023-02-10T20:12:06Z</updated>
<author>
<name>Carlton Gibson</name>
<email>carlton.gibson@noumenal.es</email>
</author>
<published>2023-02-09T15:48:46Z</published>
<link rel='alternate' type='text/html' href='http://cgit.adnoto.dev/django.git/commit/?id=b784768eef75afb32f6d2ce7166551a528bce0ec'/>
<id>urn:sha1:b784768eef75afb32f6d2ce7166551a528bce0ec</id>
<content type='text'>
Thanks to J.V. Zammit, Paolo Melchiorre, and Mariusz Felisiak for
reviews.

Backport of 534ac4829764f317cf2fbc4a18354fcc998c1425 from main.
</content>
</entry>
<entry>
<title>Updated UTC uses to datetime.timezone.utc in docs.</title>
<updated>2022-10-20T22:52:45Z</updated>
<author>
<name>Diane DeMers Chen</name>
<email>purplediane@users.noreply.github.com</email>
</author>
<published>2022-10-20T22:52:45Z</published>
<link rel='alternate' type='text/html' href='http://cgit.adnoto.dev/django.git/commit/?id=a16132a9c4b32f9580cdda98a2711ae7261c2576'/>
<id>urn:sha1:a16132a9c4b32f9580cdda98a2711ae7261c2576</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Refs #30511 -- Updated docs about auto-incrementing primary keys on PostgreSQL.</title>
<updated>2022-08-26T19:42:44Z</updated>
<author>
<name>Mariusz Felisiak</name>
<email>felisiak.mariusz@gmail.com</email>
</author>
<published>2022-08-26T19:42:44Z</published>
<link rel='alternate' type='text/html' href='http://cgit.adnoto.dev/django.git/commit/?id=081871bc20cc8b28481109b8dcadc321e177e6be'/>
<id>urn:sha1:081871bc20cc8b28481109b8dcadc321e177e6be</id>
<content type='text'>
Follow up to 2eea361eff58dd98c409c5227064b901f41bd0d6.</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>Recommended using .tables on SQLite in tutorial 2.</title>
<updated>2021-09-29T10:42:59Z</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=9466fd78420a851460c92673dad50a5737c75b12'/>
<id>urn:sha1:9466fd78420a851460c92673dad50a5737c75b12</id>
<content type='text'>
</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>
</feed>
