<feed xmlns='http://www.w3.org/2005/Atom'>
<title>django.git/docs/intro/tutorial01.txt, branch 5.2.13</title>
<subtitle>django
</subtitle>
<id>http://cgit.adnoto.dev/django.git/atom?h=5.2.13</id>
<link rel='self' href='http://cgit.adnoto.dev/django.git/atom?h=5.2.13'/>
<link rel='alternate' type='text/html' href='http://cgit.adnoto.dev/django.git/'/>
<updated>2024-11-29T16:10:16Z</updated>
<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>
<entry>
<title>Fixed #35591 -- Added unsuitable for production console warning to runserver.</title>
<updated>2024-08-09T08:34:10Z</updated>
<author>
<name>Andrew Miller</name>
<email>info@akmiller.co.uk</email>
</author>
<published>2024-08-07T15:25:07Z</published>
<link rel='alternate' type='text/html' href='http://cgit.adnoto.dev/django.git/commit/?id=69aa13ffb92f6a7c62661c616a8c7b0f515ea43d'/>
<id>urn:sha1:69aa13ffb92f6a7c62661c616a8c7b0f515ea43d</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Refs #35506 -- Reverted "global URLconf" to "root URLconf" in tutorial 1.</title>
<updated>2024-07-12T18:09:28Z</updated>
<author>
<name>Tim Graham</name>
<email>timograham@gmail.com</email>
</author>
<published>2024-07-12T18:09:28Z</published>
<link rel='alternate' type='text/html' href='http://cgit.adnoto.dev/django.git/commit/?id=dfd63ff43408e7901cc214b0482a7f844244d439'/>
<id>urn:sha1:dfd63ff43408e7901cc214b0482a7f844244d439</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Fixed 35506 -- Clarified initial references to URLconf in tutorial 1.</title>
<updated>2024-07-09T01:02:13Z</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=2c931fda5b341e0febf68269d2c2447a64875127'/>
<id>urn:sha1:2c931fda5b341e0febf68269d2c2447a64875127</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Moved confirmation about dev server running to earlier in tutorial 1.</title>
<updated>2024-06-09T17:51:40Z</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=f812b927a541fecc8ee445e1fd4dbe9d0540d523'/>
<id>urn:sha1:f812b927a541fecc8ee445e1fd4dbe9d0540d523</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Simplified tutorial 1 when describing how to run the dev server.</title>
<updated>2024-06-09T07:42:21Z</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=3556f63c4c18440445d93ce5bfb3d652dd76bcb4'/>
<id>urn:sha1:3556f63c4c18440445d93ce5bfb3d652dd76bcb4</id>
<content type='text'>
</content>
</entry>
</feed>
