summaryrefslogtreecommitdiff
path: root/docs/ref/contrib/gis
AgeCommit message (Expand)Author
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
2014-03-29Dropped support for GDAL 1.6Claude Paroz
2014-03-29Dropped support for GEOS 3.1Claude Paroz
2014-03-29Added note in geo library docsClaude Paroz
2014-03-29Confirmed Spatialite 4 supportClaude Paroz
2014-03-29Confirmed GEOS 3.4 supportClaude Paroz
2014-03-24Removed versionadded/changed annotations for 1.6.Tim Graham
2014-03-22Removed GeoRSSSitemapClaude Paroz
2014-03-03Fixed some typos and formatting issues in docs.Rodolfo Carvalho
2014-03-02Fixed some typos in the documentation.Baptiste Mispelon
2014-02-28Fixed spelling mistakes in docs.Tim Graham
2014-02-28Fixed doc typos.Tim Graham
2014-02-25Fixed docs typos.Szczepan Cieślik
2014-02-25Fixed #22142 -- Documented PostGIS 2 database creation during testsIacopo Spalletti
2014-02-15Fixed #22052 -- Corrected a misspelling of ellipsoidMichal Prusek
2014-02-15Fixed #22049 -- Corrected a misspelling of dimensionaldjendrju
2014-02-13Fixed #21951 -- Updated docs to use __str__ for Python 3Alasdair Nicol
2014-01-25Fixed #21829 -- Added default AppConfigs.Aymeric Augustin
2014-01-22Always use parentheses when documenting a method with no arguments.Baptiste Mispelon
2014-01-22Don't show `self` in the list of arguments of a method.Baptiste Mispelon
2014-01-18Fixed #21712 -- Moved autodiscover() to AdminConfig.ready().Aymeric Augustin
2014-01-11Fixed #21547 -- Updated GeoDjango tutorial with PostGIS 2 outputClaude Paroz
2014-01-02Fixed minor typos.Nathan Smith
2013-12-28Fixed #21618 -- Added hints about openlayers.js hostingClaude Paroz
2013-12-24Added more spatial predicates for prepared geometriesClaude Paroz
2013-12-24Dropped support for GEOS < 3.1Claude Paroz
2013-12-08Updated a bunch of hyperlinks in documentationClaude Paroz
2013-12-08(Re-)added GeoDjango instructions for building pysqlite2 correctly.Ramiro Morales
2013-11-21Fixed #21479 -- Favor 'migrate' over 'syncdb' in the docs.Loic Bistuer
2013-11-06Fixed typos in documentation.Baptiste Mispelon
2013-11-02Django should be capitalized in textBouke Haarsma
2013-10-10Whitespace cleanup.Tim Graham