summaryrefslogtreecommitdiff
path: root/docs/ref/contrib/gis/tutorial.txt
AgeCommit message (Collapse)Author
2018-10-21Removed "encoding" description in GIS tutorial.Atul Varma
An omission in 388165ade4219aeefac1e231c1d44c51a7b62829.
2018-09-26Refs #29784 -- Switched to https:// links where available.Jon Dufresne
2018-08-28Fixed LayerMapping encoding in geodjango tutorial.Claude Paroz
GDAL >= 1.9 automatically converts latin-1-encoded strings from Shapefiles to UTF-8.
2018-08-01Fixed typos in comments and docs.luz.paz
2018-05-12Alphabetized imports in various docs.Mariusz Felisiak
Follow-up of d97cce34096043b019e818a7fb98c0f9f073704c and 7d3fe36c626a3268413eb86d37920f132eb4a54f.
2018-01-20Fixed #28343 -- Add an OS chooser for docs command line examples.Ramiro Morales
2018-01-07Updated various links in docs to use HTTPS.Mariusz Felisiak
2017-11-04Fixed #28632 -- Updated docs about using raw SQL with GIS and doc'd changes ↵Sergey Fedoseev
from refs #28518 in release notes.
2017-09-20Fixed #28593 -- Added a simplified URL routing syntax per DEP 0201.Sjoerd Job Postmus
Thanks Aymeric Augustin for shepherding the DEP and patch review. Thanks Marten Kenbeek and Tim Graham for contributing to the code. Thanks Tom Christie, Shai Berger, and Tim Graham for the docs.
2017-06-26Fixed #27964 -- Made MySQL backend raise exception if spatial transformation ↵Sergey Fedoseev
is needed for query.
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
Thanks Tim Graham for the review.
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 ↵Sergey Fedoseev
spatial_ref_sys table
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
Replaced occurrences of os.path.join(BASE_DIR, 'folder/subfolder') to os.path.join(BASE_DIR, 'folder', 'subfolder')
2015-09-10Fixed #25379 -- Removed obsolete information from GeoDjango tutorial.Flavio Curella
Django 1.9 drops support for PostgreSQL 9.0 where creating a database using a template was needed.
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
Thanks to Tim Graham and Claude Paroz for the reviews and patches.
2015-06-08Fixed #21927 -- Made application and instance namespaces more distinct.Marten Kenbeek
Made URL application namespaces be set in the included URLconf and instance namespaces in the call to include(). Deprecated other ways to set application and instance namespaces.
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
Thanks Tim Graham for the review.
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
Thanks Claude Paroz for the review.
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
Thanks Carl Meyer for the suggestion and Alex Gaynor and Carl for reviews.
2014-02-13Fixed #21951 -- Updated docs to use __str__ for Python 3Alasdair Nicol
Thanks Tim Graham for the report and recommendations
2014-01-25Fixed #21829 -- Added default AppConfigs.Aymeric Augustin
Thanks Russell for the report, Marc for the initial patch, Carl for the final review, and everyone who contributed to the design discussion.
2014-01-18Fixed #21712 -- Moved autodiscover() to AdminConfig.ready().Aymeric Augustin
Thanks Marc Tamlyn for the initial version of the patch.
2014-01-11Fixed #21547 -- Updated GeoDjango tutorial with PostGIS 2 outputClaude Paroz
Thanks awilliams at cironline.org for the report.
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
Thanks daniel.quattro at gmail.com for the report.