<feed xmlns='http://www.w3.org/2005/Atom'>
<title>django.git/docs/intro/tutorial02.txt, branch stable/6.0.x</title>
<subtitle>django
</subtitle>
<id>http://cgit.adnoto.dev/django.git/atom?h=stable%2F6.0.x</id>
<link rel='self' href='http://cgit.adnoto.dev/django.git/atom?h=stable%2F6.0.x'/>
<link rel='alternate' type='text/html' href='http://cgit.adnoto.dev/django.git/'/>
<updated>2026-03-24T12:55:06Z</updated>
<entry>
<title>[6.0.x] Fixed #36999 -- Removed mention of Ruby on Rails from tutorial part 2.</title>
<updated>2026-03-24T12:55:06Z</updated>
<author>
<name>Vinay Datta</name>
<email>vinaydattarao@gmail.com</email>
</author>
<published>2026-03-24T12:54:28Z</published>
<link rel='alternate' type='text/html' href='http://cgit.adnoto.dev/django.git/commit/?id=b8cb57fe6d24ecd2e95dbde3c338c3531cc77581'/>
<id>urn:sha1:b8cb57fe6d24ecd2e95dbde3c338c3531cc77581</id>
<content type='text'>
This comparison wasn't fleshed out, so it was distracting.
Backport of f3bdfd2065373272ebb637785cea2313582a8b8c from main.
</content>
</entry>
<entry>
<title>[6.0.x] Refs #27100 -- Removed obsolete message from tutorial and migrations topic.</title>
<updated>2025-12-23T01:25:31Z</updated>
<author>
<name>Jacob Walls</name>
<email>jacobtylerwalls@gmail.com</email>
</author>
<published>2025-12-22T22:16:44Z</published>
<link rel='alternate' type='text/html' href='http://cgit.adnoto.dev/django.git/commit/?id=f31445f2e7e1091ab4de81b9c994052fc6842e22'/>
<id>urn:sha1:f31445f2e7e1091ab4de81b9c994052fc6842e22</id>
<content type='text'>
The project state is cached, so when it was calculated in #27100
during the pre-migrate stage, it was no longer calculated on forward
migrations. Backward migrations still calculate it.

Backport of 0def695e3cbaa9ede9ae4040a24cfed7417f9065 from main.
</content>
</entry>
<entry>
<title>[6.0.x] Fixed #36625 -- Mentioned exit() in tutorial's instruction to restart the shell.</title>
<updated>2025-10-13T20:22:30Z</updated>
<author>
<name>arsalan64</name>
<email>68010697+arsalan64@users.noreply.github.com</email>
</author>
<published>2025-09-27T14:13:13Z</published>
<link rel='alternate' type='text/html' href='http://cgit.adnoto.dev/django.git/commit/?id=7c2ff0ffd71e3830658e3148b94761ff2d95aafc'/>
<id>urn:sha1:7c2ff0ffd71e3830658e3148b94761ff2d95aafc</id>
<content type='text'>
Backport of 92d0c21e69901cb7b749040670d3e6611353e1fa from main.
</content>
</entry>
<entry>
<title>Refs #36485 -- Rewrapped docs to 79 columns line length.</title>
<updated>2025-08-25T13:51:10Z</updated>
<author>
<name>David Smith</name>
<email>smithdc@gmail.com</email>
</author>
<published>2025-07-25T09:24:17Z</published>
<link rel='alternate' type='text/html' href='http://cgit.adnoto.dev/django.git/commit/?id=f81e6e3a53ee36e3f730a71aa55a5744982dd016'/>
<id>urn:sha1:f81e6e3a53ee36e3f730a71aa55a5744982dd016</id>
<content type='text'>
Lines in the docs files were manually adjusted to conform to the
79 columns limit per line (plus newline), improving readability and
consistency across the content.
</content>
</entry>
<entry>
<title>Refs #36005 -- Used datetime.UTC alias instead of datetime.timezone.utc.</title>
<updated>2025-02-18T07:35:36Z</updated>
<author>
<name>Mariusz Felisiak</name>
<email>felisiak.mariusz@gmail.com</email>
</author>
<published>2025-02-18T07:35:36Z</published>
<link rel='alternate' type='text/html' href='http://cgit.adnoto.dev/django.git/commit/?id=efb7f9ced2dcf71294353596a265e3fd67faffeb'/>
<id>urn:sha1:efb7f9ced2dcf71294353596a265e3fd67faffeb</id>
<content type='text'>
datetime.UTC was added in Python 3.11.</content>
</entry>
<entry>
<title>Fixed #35515 -- Added automatic model imports to shell management command.</title>
<updated>2025-01-09T16:00:29Z</updated>
<author>
<name>Salvo Polizzi</name>
<email>101474753+salvo-polizzi@users.noreply.github.com</email>
</author>
<published>2025-01-09T16:00:29Z</published>
<link rel='alternate' type='text/html' href='http://cgit.adnoto.dev/django.git/commit/?id=fc28550fe4e0582952993976edc62971bd5345a8'/>
<id>urn:sha1:fc28550fe4e0582952993976edc62971bd5345a8</id>
<content type='text'>
Thanks to Bhuvnesh Sharma and Adam Johnson for mentoring this Google
Summer of Code 2024 project. Thanks to Sarah Boyce, David Smith, Jacob
Walls and Natalia Bidart for reviews.</content>
</entry>
<entry>
<title>Relocated database setup details to install docs to simplify tutorial 2.</title>
<updated>2024-07-04T18:30:52Z</updated>
<author>
<name>Kudz</name>
<email>kudzayibamhare@gmail.com</email>
</author>
<published>2024-04-24T14:31:10Z</published>
<link rel='alternate' type='text/html' href='http://cgit.adnoto.dev/django.git/commit/?id=82c71f0168b1c132e499505609d285c6016ed4f2'/>
<id>urn:sha1:82c71f0168b1c132e499505609d285c6016ed4f2</id>
<content type='text'>
Co-authored-by: Natalia &lt;124304+nessita@users.noreply.github.com&gt;
</content>
</entry>
<entry>
<title>Fixed #35347 -- Clarified choice_set attribute in tutorial 2.</title>
<updated>2024-04-04T19:05:18Z</updated>
<author>
<name>Lang Tran</name>
<email>lang.tran96@gmail.com</email>
</author>
<published>2024-04-04T19:05:18Z</published>
<link rel='alternate' type='text/html' href='http://cgit.adnoto.dev/django.git/commit/?id=e279c724c12b4edc808cd208245dfa6d10505879'/>
<id>urn:sha1:e279c724c12b4edc808cd208245dfa6d10505879</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Fixed #31700 -- Made makemigrations command display meaningful symbols for each operation.</title>
<updated>2024-01-17T13:00:02Z</updated>
<author>
<name>Amir Karimi</name>
<email>amk9978@gmail.com</email>
</author>
<published>2023-09-16T02:11:22Z</published>
<link rel='alternate' type='text/html' href='http://cgit.adnoto.dev/django.git/commit/?id=27a3eee72170f1eb994a213db985f42c6cf5f994'/>
<id>urn:sha1:27a3eee72170f1eb994a213db985f42c6cf5f994</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Fixed #34140 -- Reformatted code blocks in docs with blacken-docs.</title>
<updated>2023-03-01T12:03:56Z</updated>
<author>
<name>django-bot</name>
<email>ops@djangoproject.com</email>
</author>
<published>2023-02-28T19:53:28Z</published>
<link rel='alternate' type='text/html' href='http://cgit.adnoto.dev/django.git/commit/?id=14459f80ee3a9e005989db37c26fd13bb6d2fab2'/>
<id>urn:sha1:14459f80ee3a9e005989db37c26fd13bb6d2fab2</id>
<content type='text'>
</content>
</entry>
</feed>
