summaryrefslogtreecommitdiff
path: root/docs/ref/contrib/gis/tutorial.txt
AgeCommit message (Expand)Author
2017-09-20Fixed #28593 -- Added a simplified URL routing syntax per DEP 0201.Sjoerd Job Postmus
2017-06-26Fixed #27964 -- Made MySQL backend raise exception if spatial transformation ...Sergey Fedoseev
2017-06-26Fixed GEOSGeometry reference in GIS tutorial.Sergey Fedoseev
2017-03-20Removed extra characters in docs header underlines.Mariusz Felisiak
2017-03-16Updated postgis.net and gaia-gis.it links to https.Tim Graham
2017-01-18Refs #23919 -- Removed Python 2 notes in docs.Tim Graham
2016-09-30Updated links to the current version of PostGIS docs.Tim Graham
2016-06-18Fixed #26753 -- Made GDAL a required dependency for contrib.gisClaude Paroz
2016-06-03Fixed #26021 -- Applied hanging indentation to docs.Ed Henderson
2016-02-19Fixed some code blocks indentation in GIS docs.Sergey Fedoseev
2016-02-16Used relative models imports in the GIS tutorial.Juan José Conti
2016-01-29Fixed #26150 -- Sorted app_labels in migrate command outputMarkus Holtermann
2016-01-22Fixed #26020 -- Normalized header stylings in docs.Elif T. Kus
2015-12-18Fixed #25063 -- Added path to makemigration's output of migration file.Niels Van Och
2015-12-01Fixed #25778 -- Updated docs links to use https when available.Jon Dufresne
2015-10-30Fixed #25641 -- Removed section about adding Google projection to spatial_ref...Sergey Fedoseev
2015-10-06Fixed #25508 -- Modified QuerySet.__repr__() to disambiguate it from a list.Tim Graham
2015-10-03Fixed #25398 -- Revised instances of os.path.join()Andrew Artajos
2015-09-10Fixed #25379 -- Removed obsolete information from GeoDjango tutorial.Flavio Curella
2015-08-11Fixed #25205 -- Removed doc references to deprecated GeoManager class.Brendan Hayward
2015-08-08Updated Wikipedia links to use httpsClaude Paroz
2015-06-19Fixed #23804 -- Added RasterField for PostGIS.Daniel Wiesmann
2015-06-08Fixed #21927 -- Made application and instance namespaces more distinct.Marten Kenbeek
2015-04-25Fixed #24499 -- Dropped support for PostGIS 1.5.Tim Graham
2015-04-22Documented GeoQuerySet replacement by functionsClaude Paroz
2015-03-30Fixed #24550 -- Added migration operation description to sqlmigrate outputMarkus Holtermann
2015-02-22Fixed #24358 -- Corrected code-block directives for console sessions.Sean Wang
2015-02-03Fixed #24149 -- Normalized tuple settings to lists.darkryder
2014-12-19Updated some other external links in the docsClaude Paroz
2014-11-26Updated GIS docs to use doc links.Tim Graham
2014-08-18Fixed #23303 -- Added BEGIN and COMMIT statements to the output of sqlmigrate.Baptiste Mispelon
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-04-03Fixed #22218 -- Deprecated django.conf.urls.patterns.Tim Graham
2014-02-13Fixed #21951 -- Updated docs to use __str__ for Python 3Alasdair Nicol
2014-01-25Fixed #21829 -- Added default AppConfigs.Aymeric Augustin
2014-01-18Fixed #21712 -- Moved autodiscover() to AdminConfig.ready().Aymeric Augustin
2014-01-11Fixed #21547 -- Updated GeoDjango tutorial with PostGIS 2 outputClaude Paroz
2013-12-08Updated a bunch of hyperlinks in documentationClaude Paroz
2013-11-21Fixed #21479 -- Favor 'migrate' over 'syncdb' in the docs.Loic Bistuer
2013-09-18Fixed #21116 -- Made usage of manage.py in docs more consistent.Tim Graham
2013-07-05Fixed #20224 -- Update docs examples which mention __unicode__Claude Paroz
2013-02-04Simplified default project template.Aymeric Augustin
2013-01-02Fixed #19516 - Fixed remaining broken links.Tim Graham
2012-11-21Fixed #19243 - Edited GeoDjango Tutorial for consistency and style.shepdl
2012-09-15Used ST_AsText for testing PostGIS raw queryClaude Paroz
2012-08-25Fixed #17448 -- Improved test and documented raw-sql gis queryClaude Paroz
2012-06-28Updated obsolete links in the documentationClaude Paroz
2012-04-30Replaced print statement by print function (forward compatibility syntax).Claude Paroz