<feed xmlns='http://www.w3.org/2005/Atom'>
<title>django.git/docs/ref/contrib/gis/tutorial.txt, branch 3.2a1</title>
<subtitle>django
</subtitle>
<id>http://cgit.adnoto.dev/django.git/atom?h=3.2a1</id>
<link rel='self' href='http://cgit.adnoto.dev/django.git/atom?h=3.2a1'/>
<link rel='alternate' type='text/html' href='http://cgit.adnoto.dev/django.git/'/>
<updated>2020-11-28T06:36:19Z</updated>
<entry>
<title>Fixed #32230 -- Made DataSource support pathlib.Path.</title>
<updated>2020-11-28T06:36:19Z</updated>
<author>
<name>Hasan Ramezani</name>
<email>hasan.r67@gmail.com</email>
</author>
<published>2020-11-27T17:58:28Z</published>
<link rel='alternate' type='text/html' href='http://cgit.adnoto.dev/django.git/commit/?id=b37be072a27f3d4aaf22342a17afd0c24518ff8b'/>
<id>urn:sha1:b37be072a27f3d4aaf22342a17afd0c24518ff8b</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Refs #32230 -- Fixed DataSource example in GeoDjango tutorial.</title>
<updated>2020-11-27T05:57:20Z</updated>
<author>
<name>Neil Lyons</name>
<email>stdin@neillyons.io</email>
</author>
<published>2020-11-27T05:57:20Z</published>
<link rel='alternate' type='text/html' href='http://cgit.adnoto.dev/django.git/commit/?id=e46ca51c249677c52e04db28fc0c60ae1948b3b2'/>
<id>urn:sha1:e46ca51c249677c52e04db28fc0c60ae1948b3b2</id>
<content type='text'>
DataSource.ds_input doesn't support pathlib.Path().

Regression in 26554cf5d1e96db10d0d5f4b69683a22fb82fdf8.</content>
</entry>
<entry>
<title>Adjusted  model definition in GeoDjango tutorial.</title>
<updated>2020-06-17T18:09:19Z</updated>
<author>
<name>David Smith</name>
<email>smithdc@gmail.com</email>
</author>
<published>2020-06-10T19:56:18Z</published>
<link rel='alternate' type='text/html' href='http://cgit.adnoto.dev/django.git/commit/?id=6bc9283751d51cab474d1bf6883a3b40cce32d4b'/>
<id>urn:sha1:6bc9283751d51cab474d1bf6883a3b40cce32d4b</id>
<content type='text'>
The example uses the world border data set, where
one of the entries has a null field value.
</content>
</entry>
<entry>
<title>Renamed PROJ.4 to PROJ.</title>
<updated>2020-05-13T08:30:30Z</updated>
<author>
<name>Claude Paroz</name>
<email>claude@2xlibre.net</email>
</author>
<published>2020-05-10T20:30:03Z</published>
<link rel='alternate' type='text/html' href='http://cgit.adnoto.dev/django.git/commit/?id=d4c5ef3ebbdc160ba425d5073faddd8713da4ad2'/>
<id>urn:sha1:d4c5ef3ebbdc160ba425d5073faddd8713da4ad2</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Refs #25778 -- Updated some links to HTTPS and new locations.</title>
<updated>2020-01-29T08:34:37Z</updated>
<author>
<name>Mariusz Felisiak</name>
<email>felisiak.mariusz@gmail.com</email>
</author>
<published>2020-01-29T08:34:37Z</published>
<link rel='alternate' type='text/html' href='http://cgit.adnoto.dev/django.git/commit/?id=0ac8ac8b0dece68072548900e992fc31493154c1'/>
<id>urn:sha1:0ac8ac8b0dece68072548900e992fc31493154c1</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Fixed #29983 -- Replaced os.path() with pathlib.Path in project template and docs.</title>
<updated>2019-11-07T10:11:27Z</updated>
<author>
<name>Jon Dufresne</name>
<email>jon.dufresne@gmail.com</email>
</author>
<published>2019-11-07T10:11:27Z</published>
<link rel='alternate' type='text/html' href='http://cgit.adnoto.dev/django.git/commit/?id=26554cf5d1e96db10d0d5f4b69683a22fb82fdf8'/>
<id>urn:sha1:26554cf5d1e96db10d0d5f4b69683a22fb82fdf8</id>
<content type='text'>
Thanks Curtis Maloney for the original patch.</content>
</entry>
<entry>
<title>Fixed #30573 -- Rephrased documentation to avoid words that minimise the involved difficulty.</title>
<updated>2019-09-06T11:27:46Z</updated>
<author>
<name>Tobias Kunze</name>
<email>r@rixx.de</email>
</author>
<published>2019-06-17T14:54:55Z</published>
<link rel='alternate' type='text/html' href='http://cgit.adnoto.dev/django.git/commit/?id=4a954cfd11a5d034491f87fcbc920eb97a302bb3'/>
<id>urn:sha1:4a954cfd11a5d034491f87fcbc920eb97a302bb3</id>
<content type='text'>
This patch does not remove all occurrences of the words in question.
Rather, I went through all of the occurrences of the words listed
below, and judged if they a) suggested the reader had some kind of
knowledge/experience, and b) if they added anything of value (including
tone of voice, etc). I left most of the words alone. I looked at the
following words:

- simply/simple
- easy/easier/easiest
- obvious
- just
- merely
- straightforward
- ridiculous

Thanks to Carlton Gibson for guidance on how to approach this issue, and
to Tim Bell for providing the idea. But the enormous lion's share of
thanks go to Adam Johnson for his patient and helpful review.
</content>
</entry>
<entry>
<title>Fixed broken links and redirects to OGR library in docs.</title>
<updated>2019-08-19T09:43:06Z</updated>
<author>
<name>Mariusz Felisiak</name>
<email>felisiak.mariusz@gmail.com</email>
</author>
<published>2019-08-19T09:43:06Z</published>
<link rel='alternate' type='text/html' href='http://cgit.adnoto.dev/django.git/commit/?id=49aeabbf27637dbdb7a96d43b164a20c8c8ea70b'/>
<id>urn:sha1:49aeabbf27637dbdb7a96d43b164a20c8c8ea70b</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Removed "encoding" description in GIS tutorial.</title>
<updated>2018-10-21T16:14:06Z</updated>
<author>
<name>Atul Varma</name>
<email>varmaa@gmail.com</email>
</author>
<published>2018-10-21T16:14:06Z</published>
<link rel='alternate' type='text/html' href='http://cgit.adnoto.dev/django.git/commit/?id=3deea61f266b8e5c7c6d70ba12e2b95050dfb557'/>
<id>urn:sha1:3deea61f266b8e5c7c6d70ba12e2b95050dfb557</id>
<content type='text'>
An omission in 388165ade4219aeefac1e231c1d44c51a7b62829.</content>
</entry>
<entry>
<title>Refs #29784 -- Switched to https:// links where available.</title>
<updated>2018-09-26T06:48:47Z</updated>
<author>
<name>Jon Dufresne</name>
<email>jon.dufresne@gmail.com</email>
</author>
<published>2018-09-26T06:48:47Z</published>
<link rel='alternate' type='text/html' href='http://cgit.adnoto.dev/django.git/commit/?id=82f286cf6f198d37850d3c5df637b5665566a66b'/>
<id>urn:sha1:82f286cf6f198d37850d3c5df637b5665566a66b</id>
<content type='text'>
</content>
</entry>
</feed>
