<feed xmlns='http://www.w3.org/2005/Atom'>
<title>django.git/docs/intro/tutorial01.txt, branch 5.1.4</title>
<subtitle>django
</subtitle>
<id>http://cgit.adnoto.dev/django.git/atom?h=5.1.4</id>
<link rel='self' href='http://cgit.adnoto.dev/django.git/atom?h=5.1.4'/>
<link rel='alternate' type='text/html' href='http://cgit.adnoto.dev/django.git/'/>
<updated>2024-11-29T16:12:01Z</updated>
<entry>
<title>[5.1.x] Removed reference to "removing older versions of Django" in tutorial.</title>
<updated>2024-11-29T16:12:01Z</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=ee2698dccad5a61ab0e74255376cfebb9c7b05aa'/>
<id>urn:sha1:ee2698dccad5a61ab0e74255376cfebb9c7b05aa</id>
<content type='text'>
Obsoleted in c4fa0143f7117a07a3f0258a063f5265e795ffbb.
The general install instructions are still linked above.

Backport of 3d819e23240ab6f903eb60d76237628981fd52b5 from main.
</content>
</entry>
<entry>
<title>[5.1.x] Explained exception to using include() within urlpatterns in tutorial 1.</title>
<updated>2024-10-09T14:47:09Z</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=b852989c3073f6748412aac68cbd080c13d0e397'/>
<id>urn:sha1:b852989c3073f6748412aac68cbd080c13d0e397</id>
<content type='text'>
Backport of 40a60d589e1d0d290c3b79c7e97d9cd0c94e52e3 from main.
</content>
</entry>
<entry>
<title>[5.1.x] Fixed #35502 -- Removed duplication of "mysite" directory name in intro docs.</title>
<updated>2024-10-09T12:13:37Z</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=2bd546957dcc716fbef6796368e7f5a17bf0a452'/>
<id>urn:sha1:2bd546957dcc716fbef6796368e7f5a17bf0a452</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;

Backport of d2c74cfb48a3d29159732fb98e3c28a53572067f from main.
</content>
</entry>
<entry>
<title>[5.1.x] Relocated path() explanation to docs/ref/urls.txt to simplify tutorial 1.</title>
<updated>2024-09-30T16:32:39Z</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=53031136f59952a6ef5fcdac889f9190326098c0'/>
<id>urn:sha1:53031136f59952a6ef5fcdac889f9190326098c0</id>
<content type='text'>
Co-authored-by: Natalia &lt;124304+nessita@users.noreply.github.com&gt;

Backport of 73e8e811416dcb5007ad9cc9d1632aaca95bf302 from main.
</content>
</entry>
<entry>
<title>[5.1.x] Fixed 35506 -- Clarified initial references to URLconf in tutorial 1.</title>
<updated>2024-07-09T01:03:07Z</updated>
<author>
<name>lucas-r-oliveira</name>
<email>lucasoliveira7c@gmail.com</email>
</author>
<published>2024-06-08T10:49:08Z</published>
<link rel='alternate' type='text/html' href='http://cgit.adnoto.dev/django.git/commit/?id=defd307be85377a91ae763e917edc8b20bddedb7'/>
<id>urn:sha1:defd307be85377a91ae763e917edc8b20bddedb7</id>
<content type='text'>
Backport of 2c931fda5b341e0febf68269d2c2447a64875127 from main.
</content>
</entry>
<entry>
<title>[5.1.x] Moved confirmation about dev server running to earlier in tutorial 1.</title>
<updated>2024-06-09T17:52:54Z</updated>
<author>
<name>Andreu Vallbona</name>
<email>avallbona@gmail.com</email>
</author>
<published>2024-06-09T17:51:40Z</published>
<link rel='alternate' type='text/html' href='http://cgit.adnoto.dev/django.git/commit/?id=ae032fed89fc6c84ccfdefaa2ffc33fb1c4bfee9'/>
<id>urn:sha1:ae032fed89fc6c84ccfdefaa2ffc33fb1c4bfee9</id>
<content type='text'>
Backport of f812b927a541fecc8ee445e1fd4dbe9d0540d523 from main.
</content>
</entry>
<entry>
<title>[5.1.x] Simplified tutorial 1 when describing how to run the dev server.</title>
<updated>2024-06-09T07:45:22Z</updated>
<author>
<name>Andreu Vallbona</name>
<email>avallbona@gmail.com</email>
</author>
<published>2024-06-09T07:42:21Z</published>
<link rel='alternate' type='text/html' href='http://cgit.adnoto.dev/django.git/commit/?id=d14e8155688d1b67c467e58ab185211c2f98d6c4'/>
<id>urn:sha1:d14e8155688d1b67c467e58ab185211c2f98d6c4</id>
<content type='text'>
Backport of 3556f63c4c18440445d93ce5bfb3d652dd76bcb4 from main.
</content>
</entry>
<entry>
<title>[5.1.x] Fixed #35503 -- Removed distracting PHP reference in tutorial 1.</title>
<updated>2024-06-08T12:43:30Z</updated>
<author>
<name>Ismael</name>
<email>38179854+ismaelzsilva@users.noreply.github.com</email>
</author>
<published>2024-06-08T12:41:41Z</published>
<link rel='alternate' type='text/html' href='http://cgit.adnoto.dev/django.git/commit/?id=337297891fe2d731982feff5bef2cf8cb0cf182e'/>
<id>urn:sha1:337297891fe2d731982feff5bef2cf8cb0cf182e</id>
<content type='text'>
Backport of 6efbeb997cb0aa41555ac464a2b7579a37945b6a from main.
</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>
<entry>
<title>Refs #34140 -- Applied rst code-block to non-Python examples.</title>
<updated>2023-02-10T18:19:13Z</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=534ac4829764f317cf2fbc4a18354fcc998c1425'/>
<id>urn:sha1:534ac4829764f317cf2fbc4a18354fcc998c1425</id>
<content type='text'>
Thanks to J.V. Zammit, Paolo Melchiorre, and Mariusz Felisiak for
reviews.
</content>
</entry>
</feed>
