Arthur de Jong

Open Source / Free Software developer

summaryrefslogtreecommitdiffstats
path: root/docs/ref/contrib/gis/geoquerysets.txt
Commit message (Collapse)AuthorAgeFilesLines
* Fixed #25636 -- Dropped support for SpatiaLite < 3.0Sergey Fedoseev2015-10-311-2/+2
|
* Fixed quotes in GeoQuerySet aggregates examples.Sergey Fedoseev2015-10-141-3/+3
|
* Fixed #25498 -- Documented ↵Claude Paroz2015-10-111-17/+18
| | | | | | ST_Distance/ST_Distance_Sphere difference Thanks Bibhas Debnath for the report and Tim Graham for the review.
* Fixed #25499 -- Added the ability to pass an expression ↵Claude Paroz2015-10-091-3/+9
| | | | | | in distance lookups Thanks Bibhas Debnath for the report and Tim Graham for the review.
* Refs #24152 -- Removed deprecated GeoQuerySet aggregate ↵Tim Graham2015-09-241-66/+0
| | | | | | methods. Per deprecation timeline.
* Fixed #25205 -- Removed doc references to deprecated ↵Brendan Hayward2015-08-111-0/+2
| | | | GeoManager class.
* Fixed typo in docs/ref/contrib/gis/geoquerysets.txtTim Graham2015-08-111-3/+2
|
* Updated Wikipedia links to use httpsClaude Paroz2015-08-081-2/+2
|
* Fixed #25159 -- Removed brackets from ↵Tim Graham2015-07-271-1/+1
| | | | | | class/function/method signatures in docs. Thanks hellbeast for the initial patch.
* Fixed typos in docs/ref/contrib/gis/geoquerysets.txtSławomir Ehlert2015-05-061-2/+2
|
* Documented GeoQuerySet replacement by functionsClaude Paroz2015-04-221-1/+132
|
* Updated GIS docs wrt GIS test pathsClaude Paroz2015-03-101-1/+1
|
* Fixed #24152 -- Deprecated GeoQuerySet aggregate methodsClaude Paroz2015-01-161-49/+80
| | | | Thanks Josh Smeaton and Tim Graham for the reviews.
* Updated some other external links in the docsClaude Paroz2014-12-191-1/+1
|
* Updated GIS docs to use doc links.Tim Graham2014-11-261-4/+1
|
* Updated docs about Spatialite collect/extent supportClaude Paroz2014-08-231-2/+2
|
* Removed some PostGIS 1.4 notes in the docs (refs #23108).Tim Graham2014-08-011-4/+0
|
* Complemented dwithin docs about using geographic geometriesClaude Paroz2014-06-141-2/+5
| | | | Refs #22830. Thanks django@gfairchild.com for the suggestion.
* Fixed #22655 -- Fixed GeoQuerySet doc about strictly_belowMoayad Mardini2014-05-191-3/+3
| | | | The paragraph was a copy of strictly_above.
* Fixed some typos in the documentation.Baptiste Mispelon2014-03-021-1/+1
| | | | | Thanks to Rodolfo Carvalho and Piotr Kasprzyk for the patch.
* Fixed doc typos.Tim Graham2014-02-281-1/+1
|
* Fixed docs typos.Szczepan Cieślik2014-02-251-2/+2
|
* Removed versionadded/changed annotations for 1.5Tim Graham2013-08-191-4/+0
|
* Adapted uses of versionchanged/versionadded to the new form.Juan Catalano2013-04-201-0/+1
| | | | Refs #20104.
* Fixed #20252 -- Mentionned geojson Spatialite support ↵Claude Paroz2013-04-121-0/+3
| | | | | | from 1.5 Thanks burton449geo at gmail.com for the report.
* Fixed #19516 - Fixed remaining broken links.Tim Graham2013-01-031-2/+2
| | | | Added -n to sphinx builds to catch issues going forward.
* Fixed #19028 -- Support GeoJSON output with SpatiaLite 3.0+Brian Galey2012-10-121-1/+1
|
* Updated obsolete links in the documentationClaude Paroz2012-06-281-3/+3
|
* Removed references to changes made in 1.2.Aymeric Augustin2012-06-071-12/+0
| | | | Thanks Florian Apolloner for the patch.
* Fixed typo on GeoQuerySet.geohash method.Glen Robertson2012-05-181-1/+1
|
* Fixed broken URLs introduced in 1adc87cd32.Ramiro Morales2012-05-031-1/+1
|
* Updated some URLs in the documentation to point to the ↵Ramiro Morales2012-05-031-1/+1
| | | | new repository.
* Replaced print statement by print function (forward ↵Claude Paroz2012-04-301-8/+8
| | | | compatibility syntax).
* Replaced http by https in djangoproject.com linksClaude Paroz2012-03-131-1/+1
| | | | git-svn-id: http://code.djangoproject.com/svn/django/trunk@17703 bcc190cf-cafb-0310-a4f2-bffc1f526a37
* Fixed #16231 -- Added support for GML and KML on the ↵Justin Bronn2011-09-111-2/+2
| | | | | | SpatiaLite backend. Thanks, steko for the bug report and jpaulett for the patch. git-svn-id: http://code.djangoproject.com/svn/django/trunk@16800 bcc190cf-cafb-0310-a4f2-bffc1f526a37
* Fixed #13429 -- Changed `WorldBorders` to just ↵Justin Bronn2011-09-111-1/+1
| | | | | | `WorldBorder` in GeoDjango tutorial. Thanks, tubaman for the bug report. git-svn-id: http://code.djangoproject.com/svn/django/trunk@16798 bcc190cf-cafb-0310-a4f2-bffc1f526a37
* Fixed #16621 -- Fixed lots of typos in the docs. Thanks, ↵Jannis Leidel2011-08-131-1/+1
| | | | | | Bernhard Essl. git-svn-id: http://code.djangoproject.com/svn/django/trunk@16615 bcc190cf-cafb-0310-a4f2-bffc1f526a37
* Fixed "the the" typos.Timo Graham2011-02-151-4/+4
| | | | git-svn-id: http://code.djangoproject.com/svn/django/trunk@15536 bcc190cf-cafb-0310-a4f2-bffc1f526a37
* Fixed #14000 - remove versionadded/changed tags for ↵Timo Graham2010-12-261-7/+0
| | | | | | Django 1.0 and 1.1 git-svn-id: http://code.djangoproject.com/svn/django/trunk@15055 bcc190cf-cafb-0310-a4f2-bffc1f526a37
* Fixed #14141: docs now use the :doc: construct for links ↵Jacob Kaplan-Moss2010-08-191-55/+55
| | | | | | | | between documents. Thanks, Ramiro Morales. git-svn-id: http://code.djangoproject.com/svn/django/trunk@13608 bcc190cf-cafb-0310-a4f2-bffc1f526a37
* Fixed #12930, #12832, #11538 -- Refactored and merged ↵Justin Bronn2010-03-261-0/+1256
the GeoDjango documentation into the rest of the Django docs. git-svn-id: http://code.djangoproject.com/svn/django/trunk@12856 bcc190cf-cafb-0310-a4f2-bffc1f526a37