<feed xmlns='http://www.w3.org/2005/Atom'>
<title>django.git/docs/intro/tutorial01.txt, branch 6.0.2</title>
<subtitle>django
</subtitle>
<id>http://cgit.adnoto.dev/django.git/atom?h=6.0.2</id>
<link rel='self' href='http://cgit.adnoto.dev/django.git/atom?h=6.0.2'/>
<link rel='alternate' type='text/html' href='http://cgit.adnoto.dev/django.git/'/>
<updated>2025-08-25T13:51:10Z</updated>
<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 #36485 -- Removed double spaces after periods in sentences.</title>
<updated>2025-08-25T13:51:10Z</updated>
<author>
<name>Natalia</name>
<email>124304+nessita@users.noreply.github.com</email>
</author>
<published>2025-08-22T15:36:48Z</published>
<link rel='alternate' type='text/html' href='http://cgit.adnoto.dev/django.git/commit/?id=4286a23df64f6ce3b9b6ed097f4d1aac7d9e0de4'/>
<id>urn:sha1:4286a23df64f6ce3b9b6ed097f4d1aac7d9e0de4</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Refs #36485 -- Removed unnecessary parentheses in :meth: and :func: roles in docs.</title>
<updated>2025-08-25T13:51:10Z</updated>
<author>
<name>David Smith</name>
<email>smithdc@gmail.com</email>
</author>
<published>2025-05-27T16:37:22Z</published>
<link rel='alternate' type='text/html' href='http://cgit.adnoto.dev/django.git/commit/?id=6f8e23d1c10c7ce32cea82b65ad2af640015f147'/>
<id>urn:sha1:6f8e23d1c10c7ce32cea82b65ad2af640015f147</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Fixed #18296 -- Created missing custom target directory for startproject and startapp.</title>
<updated>2025-04-27T13:41:27Z</updated>
<author>
<name>Bruno Alla</name>
<email>alla.brunoo@gmail.com</email>
</author>
<published>2025-04-27T10:01:24Z</published>
<link rel='alternate' type='text/html' href='http://cgit.adnoto.dev/django.git/commit/?id=bc21bc4282d854053c1218e8fb3ea39387ccca72'/>
<id>urn:sha1:bc21bc4282d854053c1218e8fb3ea39387ccca72</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Fixed #36005 -- Dropped support for Python 3.10 and 3.11.</title>
<updated>2025-01-20T13:07:28Z</updated>
<author>
<name>Mariusz Felisiak</name>
<email>felisiak.mariusz@gmail.com</email>
</author>
<published>2025-01-17T21:09:56Z</published>
<link rel='alternate' type='text/html' href='http://cgit.adnoto.dev/django.git/commit/?id=f5772de69679efb54129ac1cbca3579b512778af'/>
<id>urn:sha1:f5772de69679efb54129ac1cbca3579b512778af</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Removed reference to "removing older versions of Django" in tutorial.</title>
<updated>2024-11-29T16:10:16Z</updated>
<author>
<name>Clifford Gama</name>
<email>cliffygamy@gmail.com</email>
</author>
<published>2024-11-03T09:09:08Z</published>
<link rel='alternate' type='text/html' href='http://cgit.adnoto.dev/django.git/commit/?id=3d819e23240ab6f903eb60d76237628981fd52b5'/>
<id>urn:sha1:3d819e23240ab6f903eb60d76237628981fd52b5</id>
<content type='text'>
Obsoleted in c4fa0143f7117a07a3f0258a063f5265e795ffbb.
The general install instructions are still linked above.
</content>
</entry>
<entry>
<title>Explained exception to using include() within urlpatterns in tutorial 1.</title>
<updated>2024-10-09T14:46:26Z</updated>
<author>
<name>Chiara Mezzavilla</name>
<email>2512470+samurang87@users.noreply.github.com</email>
</author>
<published>2024-10-09T14:46:26Z</published>
<link rel='alternate' type='text/html' href='http://cgit.adnoto.dev/django.git/commit/?id=40a60d589e1d0d290c3b79c7e97d9cd0c94e52e3'/>
<id>urn:sha1:40a60d589e1d0d290c3b79c7e97d9cd0c94e52e3</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Fixed #35502 -- Removed duplication of "mysite" directory name in intro docs.</title>
<updated>2024-10-09T12:12:58Z</updated>
<author>
<name>Meta</name>
<email>petmetic@gmail.com</email>
</author>
<published>2024-08-07T19:07:22Z</published>
<link rel='alternate' type='text/html' href='http://cgit.adnoto.dev/django.git/commit/?id=d2c74cfb48a3d29159732fb98e3c28a53572067f'/>
<id>urn:sha1:d2c74cfb48a3d29159732fb98e3c28a53572067f</id>
<content type='text'>
Reorganized intro docs when explaining `django-admin startproject` to prevent
confusion when using "mysite" as both the top-level directory and the Django
project directory name.

Co-authored-by: Natalia &lt;124304+nessita@users.noreply.github.com&gt;
Co-authored-by: Sarah Boyce &lt;42296566+sarahboyce@users.noreply.github.com&gt;
Co-authored-by: Carlton Gibson &lt;carlton@noumenal.es&gt;
</content>
</entry>
<entry>
<title>Relocated path() explanation to docs/ref/urls.txt to simplify tutorial 1.</title>
<updated>2024-09-30T16:31:26Z</updated>
<author>
<name>Chiara Mezzavilla</name>
<email>2512470+samurang87@users.noreply.github.com</email>
</author>
<published>2024-09-30T16:31:26Z</published>
<link rel='alternate' type='text/html' href='http://cgit.adnoto.dev/django.git/commit/?id=73e8e811416dcb5007ad9cc9d1632aaca95bf302'/>
<id>urn:sha1:73e8e811416dcb5007ad9cc9d1632aaca95bf302</id>
<content type='text'>
Co-authored-by: Natalia &lt;124304+nessita@users.noreply.github.com&gt;</content>
</entry>
<entry>
<title>Refs #35591 -- Removed hardcoded "stable" version in runserver warning.</title>
<updated>2024-08-12T08:57:02Z</updated>
<author>
<name>Mariusz Felisiak</name>
<email>felisiak.mariusz@gmail.com</email>
</author>
<published>2024-08-11T11:08:00Z</published>
<link rel='alternate' type='text/html' href='http://cgit.adnoto.dev/django.git/commit/?id=f883bef05457a5a49eb31109429fc01737f82532'/>
<id>urn:sha1:f883bef05457a5a49eb31109429fc01737f82532</id>
<content type='text'>
</content>
</entry>
</feed>
