<feed xmlns='http://www.w3.org/2005/Atom'>
<title>django.git/docs/ref/contrib/gis/tutorial.txt, branch 1.8.5</title>
<subtitle>django
</subtitle>
<id>http://cgit.adnoto.dev/django.git/atom?h=1.8.5</id>
<link rel='self' href='http://cgit.adnoto.dev/django.git/atom?h=1.8.5'/>
<link rel='alternate' type='text/html' href='http://cgit.adnoto.dev/django.git/'/>
<updated>2015-10-03T07:10:26Z</updated>
<entry>
<title>[1.8.x] Fixed #25398 -- Revised instances of os.path.join()</title>
<updated>2015-10-03T07:10:26Z</updated>
<author>
<name>Andrew Artajos</name>
<email>andrew.artajos.dev@gmail.com</email>
</author>
<published>2015-10-03T05:58:29Z</published>
<link rel='alternate' type='text/html' href='http://cgit.adnoto.dev/django.git/commit/?id=29c9a7d22096bd9203b956d3ac6a7876009c2090'/>
<id>urn:sha1:29c9a7d22096bd9203b956d3ac6a7876009c2090</id>
<content type='text'>
Replaced occurrences of os.path.join(BASE_DIR, 'folder/subfolder')
to os.path.join(BASE_DIR, 'folder', 'subfolder')

Backport of d2ef521a53 from master.
</content>
</entry>
<entry>
<title>[1.8.x] Updated Wikipedia links to use https</title>
<updated>2015-08-08T10:09:53Z</updated>
<author>
<name>Claude Paroz</name>
<email>claude@2xlibre.net</email>
</author>
<published>2015-08-08T10:02:32Z</published>
<link rel='alternate' type='text/html' href='http://cgit.adnoto.dev/django.git/commit/?id=cda66497aad62f22a76e3c49762663a49bc8366a'/>
<id>urn:sha1:cda66497aad62f22a76e3c49762663a49bc8366a</id>
<content type='text'>
Backport of 64982cc2fb from master.
</content>
</entry>
<entry>
<title>[1.8.x] Fixed #24358 -- Corrected code-block directives for console sessions.</title>
<updated>2015-02-22T14:36:51Z</updated>
<author>
<name>Sean Wang</name>
<email>sean@decrypted.org</email>
</author>
<published>2015-02-19T03:19:21Z</published>
<link rel='alternate' type='text/html' href='http://cgit.adnoto.dev/django.git/commit/?id=f0780df608e2a8db487ac6e80d37d53d2912580d'/>
<id>urn:sha1:f0780df608e2a8db487ac6e80d37d53d2912580d</id>
<content type='text'>
Backport of eba6dff581aa8bd6a1c08456e83e68ad09ae4ec3 from master
</content>
</entry>
<entry>
<title>Updated some other external links in the docs</title>
<updated>2014-12-19T17:07:52Z</updated>
<author>
<name>Claude Paroz</name>
<email>claude@2xlibre.net</email>
</author>
<published>2014-12-19T17:07:03Z</published>
<link rel='alternate' type='text/html' href='http://cgit.adnoto.dev/django.git/commit/?id=337cd0983699ea5739746fb2d5066f38f8834bbb'/>
<id>urn:sha1:337cd0983699ea5739746fb2d5066f38f8834bbb</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Updated GIS docs to use doc links.</title>
<updated>2014-11-26T17:46:06Z</updated>
<author>
<name>Tim Graham</name>
<email>timograham@gmail.com</email>
</author>
<published>2014-11-26T17:46:06Z</published>
<link rel='alternate' type='text/html' href='http://cgit.adnoto.dev/django.git/commit/?id=379431ef91023f47797a29bb0931685033c24827'/>
<id>urn:sha1:379431ef91023f47797a29bb0931685033c24827</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Fixed #23303 -- Added BEGIN and COMMIT statements to the output of sqlmigrate.</title>
<updated>2014-08-18T16:55:12Z</updated>
<author>
<name>Baptiste Mispelon</name>
<email>bmispelon@gmail.com</email>
</author>
<published>2014-08-16T15:21:14Z</published>
<link rel='alternate' type='text/html' href='http://cgit.adnoto.dev/django.git/commit/?id=5853c87a458f62ebd62d7809168355610de2570c'/>
<id>urn:sha1:5853c87a458f62ebd62d7809168355610de2570c</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Fixed #23108 -- Dropped support for PostgreSQL 8.4 &amp; PostGIS 1.3, 1.4.</title>
<updated>2014-08-01T14:26:00Z</updated>
<author>
<name>Tim Graham</name>
<email>timograham@gmail.com</email>
</author>
<published>2014-07-26T20:55:31Z</published>
<link rel='alternate' type='text/html' href='http://cgit.adnoto.dev/django.git/commit/?id=a9bdce7e5503a450c2c291fb2cb1e2097617ba75'/>
<id>urn:sha1:a9bdce7e5503a450c2c291fb2cb1e2097617ba75</id>
<content type='text'>
Thanks Claude Paroz for the review.
</content>
</entry>
<entry>
<title>Fixed #23067 -- Updated docs to use django-admin</title>
<updated>2014-07-30T18:14:03Z</updated>
<author>
<name>Christoph Heer</name>
<email>Christoph.Heer@gmail.com</email>
</author>
<published>2014-07-26T11:21:52Z</published>
<link rel='alternate' type='text/html' href='http://cgit.adnoto.dev/django.git/commit/?id=d47409831fbd44739d261c32c53a094748028e4f'/>
<id>urn:sha1:d47409831fbd44739d261c32c53a094748028e4f</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Fixed #23120 -- Updated GeoDjango tutorial for migrations workflow.</title>
<updated>2014-07-29T13:08:49Z</updated>
<author>
<name>Tim Graham</name>
<email>timograham@gmail.com</email>
</author>
<published>2014-07-29T13:08:49Z</published>
<link rel='alternate' type='text/html' href='http://cgit.adnoto.dev/django.git/commit/?id=b012122d303050542a3e227e6673d278c82d5cea'/>
<id>urn:sha1:b012122d303050542a3e227e6673d278c82d5cea</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Fixed #22218 -- Deprecated django.conf.urls.patterns.</title>
<updated>2014-04-03T11:28:10Z</updated>
<author>
<name>Tim Graham</name>
<email>timograham@gmail.com</email>
</author>
<published>2014-04-02T00:46:34Z</published>
<link rel='alternate' type='text/html' href='http://cgit.adnoto.dev/django.git/commit/?id=d73d0e071c1b4c86d57994a0ab55a74cfe80cdf5'/>
<id>urn:sha1:d73d0e071c1b4c86d57994a0ab55a74cfe80cdf5</id>
<content type='text'>
Thanks Carl Meyer for the suggestion and Alex Gaynor and Carl for reviews.
</content>
</entry>
</feed>
