<feed xmlns='http://www.w3.org/2005/Atom'>
<title>django.git/docs/intro/tutorial01.txt, branch 1.5.1</title>
<subtitle>django
</subtitle>
<id>http://cgit.adnoto.dev/django.git/atom?h=1.5.1</id>
<link rel='self' href='http://cgit.adnoto.dev/django.git/atom?h=1.5.1'/>
<link rel='alternate' type='text/html' href='http://cgit.adnoto.dev/django.git/'/>
<updated>2013-03-12T12:08:01Z</updated>
<entry>
<title>[1.5.x] Fixed #19965 - Added a warning that the tutorial is written for Python 2.</title>
<updated>2013-03-12T12:08:01Z</updated>
<author>
<name>Tim Graham</name>
<email>timograham@gmail.com</email>
</author>
<published>2013-03-12T12:04:32Z</published>
<link rel='alternate' type='text/html' href='http://cgit.adnoto.dev/django.git/commit/?id=e5c57fe1b429b401d47ac7bf8f9056b707c5ec07'/>
<id>urn:sha1:e5c57fe1b429b401d47ac7bf8f9056b707c5ec07</id>
<content type='text'>
Thanks itsallvoodoo for the patch.

Backport of e1bafdbffa from master.
</content>
</entry>
<entry>
<title>[1.5.x] Fixed #19706 - Tweaks to the tutorial.</title>
<updated>2013-02-07T12:14:03Z</updated>
<author>
<name>Tim Graham</name>
<email>timograham@gmail.com</email>
</author>
<published>2013-02-07T10:51:25Z</published>
<link rel='alternate' type='text/html' href='http://cgit.adnoto.dev/django.git/commit/?id=ad2311dfc68fb10710093c5b8c827249852402dd'/>
<id>urn:sha1:ad2311dfc68fb10710093c5b8c827249852402dd</id>
<content type='text'>
Thanks Daniele Procida.

Backport of aa85ccf8ce from master.
</content>
</entry>
<entry>
<title>[1.5.x] Added sphinx substitutions in place of hardcoded version numbers.</title>
<updated>2013-01-08T20:59:42Z</updated>
<author>
<name>Tim Graham</name>
<email>timograham@gmail.com</email>
</author>
<published>2013-01-08T20:58:11Z</published>
<link rel='alternate' type='text/html' href='http://cgit.adnoto.dev/django.git/commit/?id=7c39e041b1e107f437f61e97a11ce9e011d9ad2b'/>
<id>urn:sha1:7c39e041b1e107f437f61e97a11ce9e011d9ad2b</id>
<content type='text'>
Refs #19571

Backport of 1884868adc from master
</content>
</entry>
<entry>
<title>[1.5.x] Fixed #19555 - Removed '2012' from tutorial 1.</title>
<updated>2013-01-08T20:45:27Z</updated>
<author>
<name>Tim Graham</name>
<email>timograham@gmail.com</email>
</author>
<published>2013-01-08T20:43:35Z</published>
<link rel='alternate' type='text/html' href='http://cgit.adnoto.dev/django.git/commit/?id=c95ae7729f713a300e67bf30e9506ba78919113a'/>
<id>urn:sha1:c95ae7729f713a300e67bf30e9506ba78919113a</id>
<content type='text'>
Thanks rodrigorosa.lg and others for the report.

Backport of 99315f709e from master
</content>
</entry>
<entry>
<title>[1.5.x] Fixed #19571 -- Updated runserver output in the tutorial</title>
<updated>2013-01-06T22:00:29Z</updated>
<author>
<name>Claude Paroz</name>
<email>claude@2xlibre.net</email>
</author>
<published>2013-01-06T21:56:13Z</published>
<link rel='alternate' type='text/html' href='http://cgit.adnoto.dev/django.git/commit/?id=7ca9b7162830218c299aa1132bca9781ce1e4e90'/>
<id>urn:sha1:7ca9b7162830218c299aa1132bca9781ce1e4e90</id>
<content type='text'>
Backport of a890469d3 from master.
</content>
</entry>
<entry>
<title>[1.5.x] Fixed #19516 - Fixed remaining broken links.</title>
<updated>2013-01-02T23:50:00Z</updated>
<author>
<name>Tim Graham</name>
<email>timograham@gmail.com</email>
</author>
<published>2013-01-01T13:12:42Z</published>
<link rel='alternate' type='text/html' href='http://cgit.adnoto.dev/django.git/commit/?id=be1e006c581cc45ed48ae0b423e7a0a996d2199b'/>
<id>urn:sha1:be1e006c581cc45ed48ae0b423e7a0a996d2199b</id>
<content type='text'>
Added -n to sphinx builds to catch issues going forward.

Backport of 9b5f64cc6e from master.
</content>
</entry>
<entry>
<title>[1.5.X] Fixed links to DATABASE ENGINE setting. refs #19516</title>
<updated>2012-12-24T20:40:17Z</updated>
<author>
<name>Tim Graham</name>
<email>timograham@gmail.com</email>
</author>
<published>2012-12-24T20:37:36Z</published>
<link rel='alternate' type='text/html' href='http://cgit.adnoto.dev/django.git/commit/?id=5489fc47df76c3f25a959510b885fa9a28b495b4'/>
<id>urn:sha1:5489fc47df76c3f25a959510b885fa9a28b495b4</id>
<content type='text'>
Backport of f56f6cfa58 from master
</content>
</entry>
<entry>
<title>[1.5.X] Fixed #19344 - Documented how to run django-admin in a virtualenv on Windows.</title>
<updated>2012-12-15T14:30:46Z</updated>
<author>
<name>Tim Graham</name>
<email>timograham@gmail.com</email>
</author>
<published>2012-12-15T14:25:54Z</published>
<link rel='alternate' type='text/html' href='http://cgit.adnoto.dev/django.git/commit/?id=084a8e295916e0139f0333f029f44c773f30d847'/>
<id>urn:sha1:084a8e295916e0139f0333f029f44c773f30d847</id>
<content type='text'>
Thanks Hourann Bosci for the patch.

Backport of 1e5b0fc4d0 from master
</content>
</entry>
<entry>
<title>[1.5.X] Removed PHP references</title>
<updated>2012-12-15T00:33:48Z</updated>
<author>
<name>Ben Longden</name>
<email>blongden@inviqa.com</email>
</author>
<published>2012-12-13T13:20:47Z</published>
<link rel='alternate' type='text/html' href='http://cgit.adnoto.dev/django.git/commit/?id=0c3e4848b63574f0f02528bb15a4cfbd23333bc8'/>
<id>urn:sha1:0c3e4848b63574f0f02528bb15a4cfbd23333bc8</id>
<content type='text'>
Backport of 55a2d5b577 from master
</content>
</entry>
<entry>
<title>[1.5.X] Fixed #19377 - Emphasized database host link in tutorial</title>
<updated>2012-12-11T21:35:37Z</updated>
<author>
<name>Tim Graham</name>
<email>timograham@gmail.com</email>
</author>
<published>2012-12-11T21:30:07Z</published>
<link rel='alternate' type='text/html' href='http://cgit.adnoto.dev/django.git/commit/?id=d92d9cf2aa15e70bcca8a3c9b2efa4ea8961ca4e'/>
<id>urn:sha1:d92d9cf2aa15e70bcca8a3c9b2efa4ea8961ca4e</id>
<content type='text'>
Backport of 0eed8ece32 from master
</content>
</entry>
</feed>
