<feed xmlns='http://www.w3.org/2005/Atom'>
<title>django.git/docs/ref/contrib/gis/tutorial.txt, branch 1.9.4</title>
<subtitle>django
</subtitle>
<id>http://cgit.adnoto.dev/django.git/atom?h=1.9.4</id>
<link rel='self' href='http://cgit.adnoto.dev/django.git/atom?h=1.9.4'/>
<link rel='alternate' type='text/html' href='http://cgit.adnoto.dev/django.git/'/>
<updated>2016-02-19T13:35:11Z</updated>
<entry>
<title>[1.9.x] Fixed some code blocks indentation in GIS docs.</title>
<updated>2016-02-19T13:35:11Z</updated>
<author>
<name>Sergey Fedoseev</name>
<email>fedoseev.sergey@gmail.com</email>
</author>
<published>2016-02-19T09:11:01Z</published>
<link rel='alternate' type='text/html' href='http://cgit.adnoto.dev/django.git/commit/?id=9c508e4de82f7a9375df1238fe053174282a96df'/>
<id>urn:sha1:9c508e4de82f7a9375df1238fe053174282a96df</id>
<content type='text'>
Backport of dbaa1a6b59b4f8f942e8378465aaeb943c3d9de5 from master
</content>
</entry>
<entry>
<title>[1.9.x] Used relative models imports in the GIS tutorial.</title>
<updated>2016-02-19T07:29:36Z</updated>
<author>
<name>Juan José Conti</name>
<email>jjconti@gmail.com</email>
</author>
<published>2016-02-16T23:16:22Z</published>
<link rel='alternate' type='text/html' href='http://cgit.adnoto.dev/django.git/commit/?id=9357fdb613dc1795375dfd9ab0c9828444e134bf'/>
<id>urn:sha1:9357fdb613dc1795375dfd9ab0c9828444e134bf</id>
<content type='text'>
Backport of bb7042cda from master.
</content>
</entry>
<entry>
<title>[1.9.x] Fixed #26020 -- Normalized header stylings in docs.</title>
<updated>2016-01-22T17:18:24Z</updated>
<author>
<name>Elif T. Kus</name>
<email>elifkus@gmail.com</email>
</author>
<published>2016-01-03T10:56:22Z</published>
<link rel='alternate' type='text/html' href='http://cgit.adnoto.dev/django.git/commit/?id=5dceb1f07807d76f163ce1929e9f1dc1b2da6289'/>
<id>urn:sha1:5dceb1f07807d76f163ce1929e9f1dc1b2da6289</id>
<content type='text'>
Backport of bca9faae95db2a92e540fbd08505c134639916fe from master
</content>
</entry>
<entry>
<title>[1.9.x] Fixed #25778 -- Updated docs links to use https when available.</title>
<updated>2015-12-01T13:03:16Z</updated>
<author>
<name>Jon Dufresne</name>
<email>jon.dufresne@gmail.com</email>
</author>
<published>2015-11-29T16:29:46Z</published>
<link rel='alternate' type='text/html' href='http://cgit.adnoto.dev/django.git/commit/?id=bf76cf07e0e0713020974f47dacfaddcedbe1abf'/>
<id>urn:sha1:bf76cf07e0e0713020974f47dacfaddcedbe1abf</id>
<content type='text'>
Backport of 7aabd6238028f4bb78d0687bbccc97bcf634e28b from master
</content>
</entry>
<entry>
<title>[1.9.x] Fixed #25641 -- Removed section about adding Google projection to spatial_ref_sys table</title>
<updated>2015-10-30T09:07:30Z</updated>
<author>
<name>Sergey Fedoseev</name>
<email>fedoseev.sergey@gmail.com</email>
</author>
<published>2015-10-30T09:01:23Z</published>
<link rel='alternate' type='text/html' href='http://cgit.adnoto.dev/django.git/commit/?id=8b92839769e4cab69add65d5770f2904b457a9b6'/>
<id>urn:sha1:8b92839769e4cab69add65d5770f2904b457a9b6</id>
<content type='text'>
Backport of 9ae8da0e3 from master.
</content>
</entry>
<entry>
<title>[1.9.x] Fixed #25398 -- Revised instances of os.path.join()</title>
<updated>2015-10-03T07:09:41Z</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=0633d2285e26d844104f944b95c4fca3e5137651'/>
<id>urn:sha1:0633d2285e26d844104f944b95c4fca3e5137651</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>Fixed #25379 -- Removed obsolete information from GeoDjango tutorial.</title>
<updated>2015-09-11T00:46:08Z</updated>
<author>
<name>Flavio Curella</name>
<email>flavio.curella@gmail.com</email>
</author>
<published>2015-09-10T22:37:58Z</published>
<link rel='alternate' type='text/html' href='http://cgit.adnoto.dev/django.git/commit/?id=dfced0921c11f4ab9df8b036761b8965595e4416'/>
<id>urn:sha1:dfced0921c11f4ab9df8b036761b8965595e4416</id>
<content type='text'>
Django 1.9 drops support for PostgreSQL 9.0 where creating
a database using a template was needed.
</content>
</entry>
<entry>
<title>Fixed #25205 -- Removed doc references to deprecated GeoManager class.</title>
<updated>2015-08-11T14:14:44Z</updated>
<author>
<name>Brendan Hayward</name>
<email>brendanhayward85@gmail.com</email>
</author>
<published>2015-05-08T17:52:15Z</published>
<link rel='alternate' type='text/html' href='http://cgit.adnoto.dev/django.git/commit/?id=c9fb4f3c45b668c9a32f9ecdfe404566657df88e'/>
<id>urn:sha1:c9fb4f3c45b668c9a32f9ecdfe404566657df88e</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Updated Wikipedia links to use https</title>
<updated>2015-08-08T10:02:32Z</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=64982cc2fb13ebc45982c64e25fdb7865e6d2499'/>
<id>urn:sha1:64982cc2fb13ebc45982c64e25fdb7865e6d2499</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Fixed #23804 -- Added RasterField for PostGIS.</title>
<updated>2015-06-19T18:36:43Z</updated>
<author>
<name>Daniel Wiesmann</name>
<email>daniel.wiesmann@gmail.com</email>
</author>
<published>2015-06-19T15:46:03Z</published>
<link rel='alternate' type='text/html' href='http://cgit.adnoto.dev/django.git/commit/?id=b769bbd4f6a3cd1bcd9ebf3559ec6ea0f9b50565'/>
<id>urn:sha1:b769bbd4f6a3cd1bcd9ebf3559ec6ea0f9b50565</id>
<content type='text'>
Thanks to Tim Graham and Claude Paroz for the reviews and patches.
</content>
</entry>
</feed>
