summaryrefslogtreecommitdiff
path: root/docs/ref/contrib/gis
AgeCommit message (Expand)Author
2015-03-17[1.8.x] Updated links to latest version of PostGIS docs.Tim Graham
2015-03-17[1.8.x] Updated location of gis_tests in docs.Tim Graham
2015-03-14[1.8.x] Fixed doc typos.Floris den Hengst
2015-03-13[1.8.x] Documented gdal DataSource encoding parameterClaude Paroz
2015-03-10[1.8.x] Fixed download instructions for cities shapefileClaude Paroz
2015-03-10[1.8.x] Updated GIS docs wrt GIS test pathsClaude Paroz
2015-02-22[1.8.x] Fixed #24358 -- Corrected code-block directives for console sessions.Sean Wang
2015-02-14[1.8.x] Fixed #24144 -- Documented that GEOSGeometry.envelope can return a pointClaude Paroz
2015-01-16Fixed #24152 -- Deprecated GeoQuerySet aggregate methodsClaude Paroz
2014-12-23Fixed some docs spelling mistakes.Tim Graham
2014-12-23Added RasterSource/GDALBand GDAL objectsClaude Paroz
2014-12-19Updated some other external links in the docsClaude Paroz
2014-12-19Used https for most *.python.org linksClaude Paroz
2014-12-08Fixed typo in spatialite.txtClaude Paroz
2014-12-08Ran 'CREATE EXTENSION postgis' during prepare_database hookClaude Paroz
2014-12-08Fixed #20968 -- Checked Spatialite metadata before migrationsClaude Paroz
2014-12-06Fixed documentation of GeoModelAdmin.openlayers_urlClaude Paroz
2014-11-29Removed instructions to create a PostgreSQL cluster in GIS docsClaude Paroz
2014-11-26Fixed #23901 -- Documented how to use SpatiaLite with Homebrew.Kenial Lee
2014-11-26Updated GIS docs to use doc links.Tim Graham
2014-11-22Updated an old note about GEOSGeometry.transformClaude Paroz
2014-11-15Removed old version note in layermapping.txtClaude Paroz
2014-11-15Added a new GeoJSON serialization format for GeoDjangoClaude Paroz
2014-11-13Removed doc reference to pre-1.5 PostGISClaude Paroz
2014-11-13Updated Fink doc section to be version-agnosticClaude Paroz
2014-09-22Removed sudo from pip commands in docs.Corey Farwell
2014-08-23Updated docs about Spatialite collect/extent supportClaude Paroz
2014-08-23Replaced no_spatialite by connection featuresClaude Paroz
2014-08-19Removed unnecessary code-block directives.areski
2014-08-18Fixed #23303 -- Added BEGIN and COMMIT statements to the output of sqlmigrate.Baptiste Mispelon
2014-08-02Fixed #23144 -- Dropped support for MySQL 5.0, 5.1.Tim Graham
2014-08-02Updated MySQL links to version 5.6.Tim Graham
2014-08-01Fixed #23145 -- Dropped support for Oracle < 11.1Tim Graham
2014-08-01Removed some PostGIS 1.4 notes in the docs (refs #23108).Tim Graham
2014-08-01Fixed #23108 -- Dropped support for PostgreSQL 8.4 & PostGIS 1.3, 1.4.Tim Graham
2014-07-30Fixed #23067 -- Updated docs to use django-adminChristoph Heer
2014-07-29Fixed #23120 -- Updated GeoDjango tutorial for migrations workflow.Tim Graham
2014-07-25Improved docs for GEOSGeometry.simplify()Tom Dyson
2014-07-21Fixed #23064 -- Added lib detection support for GDAL 1.10/1.11Claude Paroz
2014-07-10Fixed typo in docs/ref/contrib/gis/geos.txt.Tim Graham
2014-06-14Complemented dwithin docs about using geographic geometriesClaude Paroz
2014-06-09Dropped support for SpatiaLite < 2.4.Tim Graham
2014-05-19Fixed #22655 -- Fixed GeoQuerySet doc about strictly_belowMoayad Mardini
2014-04-23Various documentation typo/spelling fixesMarti Raudsepp
2014-04-20Changed paths in docs that referred to Python 2.Aymeric Augustin
2014-04-17Confirmed support for PostGIS 2.1 and GDAL 1.10Claude Paroz
2014-04-08Fixed some spelling issues in docs.Tim Graham
2014-04-04Merge pull request #2514 from vlal/ticket_22380Claude Paroz
2014-04-04Fixed #22380 -- Missing SECRET_KEY variable in sample settings file for testingVishal Lal
2014-04-03Fixed #22218 -- Deprecated django.conf.urls.patterns.Tim Graham