| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2026-03-16 | Removed reference to spatialreference.org being a Django website. | David Smith | |
| spatialreference.org has been redesigned, possibly in 2023 [1], and no longer uses Django, see repo [2]. [1] https://spatialreference.org/about.html [2] https://github.com/OSGeo/spatialreference.org | |||
| 2025-08-25 | Refs #36485 -- Rewrapped docs to 79 columns line length. | David Smith | |
| Lines in the docs files were manually adjusted to conform to the 79 columns limit per line (plus newline), improving readability and consistency across the content. | |||
| 2025-08-25 | Refs #36485 -- Removed double spaces after periods in sentences. | Natalia | |
| 2024-03-06 | Fixed broken links and redirects in docs. | Mariusz Felisiak | |
| 2023-03-01 | Fixed #34140 -- Reformatted code blocks in docs with blacken-docs. | django-bot | |
| 2021-07-29 | Fixed 32956 -- Lowercased spelling of "web" and "web framework" where ↵ | David Smith | |
| appropriate. | |||
| 2021-05-17 | Refs #32720 -- Updated various links in docs to avoid redirects and use HTTPS. | Nick Pope | |
| 2020-01-29 | Refs #25778 -- Updated some links to HTTPS and new locations. | Mariusz Felisiak | |
| 2019-11-25 | Doc'd SpatiaLite support of 3D geometry fields. | Sergey Fedoseev | |
| Support was added in 65129aac07022f23afa1df7ec7fad2216634cb38. | |||
| 2018-09-26 | Refs #29784 -- Switched to https:// links where available. | Jon Dufresne | |
| 2018-08-03 | Fixed #29633 -- Doc'd the geometry type for each model field. | Danilo Bargen | |
| 2017-03-16 | Updated postgis.net and gaia-gis.it links to https. | Tim Graham | |
| 2017-01-17 | Removed GeoManager and GeoQuerySet per deprecation timeline. | Tim Graham | |
| 2016-09-30 | Updated links to the current version of PostGIS docs. | Tim Graham | |
| 2016-08-09 | Unified SpatiaLite spelling | Claude Paroz | |
| 2016-05-20 | Removed versionadded/changed annotations for 1.9. | Tim Graham | |
| 2016-04-12 | Refs #17635 -- Tested the Cast function in a geography to geometry context | Claude Paroz | |
| Thanks Tim Graham for the review. | |||
| 2016-02-19 | Fixed #25974 -- Switched GIS docs to 4 spaces indentation. | Sergey Fedoseev | |
| 2016-01-22 | Fixed #26020 -- Normalized header stylings in docs. | Elif T. Kus | |
| 2015-12-01 | Fixed #25778 -- Updated docs links to use https when available. | Jon Dufresne | |
| 2015-11-16 | Fixed #25755 -- Unified spelling of "website". | Agnieszka Lasyk | |
| 2015-08-11 | Fixed #25205 -- Removed doc references to deprecated GeoManager class. | Brendan Hayward | |
| 2015-08-08 | Updated various links in docs | Claude Paroz | |
| 2015-08-08 | Updated Wikipedia links to use https | Claude Paroz | |
| 2015-07-27 | Fixed #21127 -- Started deprecation toward requiring on_delete for ↵ | Flavio Curella | |
| ForeignKey/OneToOneField | |||
| 2015-06-19 | Fixed #23804 -- Added RasterField for PostGIS. | Daniel Wiesmann | |
| Thanks to Tim Graham and Claude Paroz for the reviews and patches. | |||
| 2015-03-17 | Updated links to latest version of PostGIS docs. | Tim Graham | |
| 2014-12-19 | Updated some other external links in the docs | Claude Paroz | |
| 2014-11-26 | Updated GIS docs to use doc links. | Tim Graham | |
| 2014-11-13 | Removed doc reference to pre-1.5 PostGIS | Claude Paroz | |
| 2014-02-25 | Fixed docs typos. | Szczepan Cieślik | |
| 2014-02-15 | Fixed #22049 -- Corrected a misspelling of dimensional | djendrju | |
| 2013-12-24 | Dropped support for GEOS < 3.1 | Claude Paroz | |
| 2012-12-29 | Removed django.contrib.localflavor. | Aymeric Augustin | |
| Each localflavor lives on as a separate app. | |||
| 2012-06-28 | Updated obsolete links in the documentation | Claude Paroz | |
| 2012-06-07 | Removed references to changes made in 1.2. | Aymeric Augustin | |
| Thanks Florian Apolloner for the patch. | |||
| 2011-12-17 | Fixed #17423 -- Fixed three typos in GeoDjango docs. Thanks, DavidEklund | Adrian Holovaty | |
| git-svn-id: http://code.djangoproject.com/svn/django/trunk@17213 bcc190cf-cafb-0310-a4f2-bffc1f526a37 | |||
| 2010-10-12 | Enabled area calculations for geography columns. | Justin Bronn | |
| git-svn-id: http://code.djangoproject.com/svn/django/trunk@14189 bcc190cf-cafb-0310-a4f2-bffc1f526a37 | |||
| 2010-10-09 | Fixed #11509 -- Modified usage of "Web" to match our style guide in various ↵ | Russell Keith-Magee | |
| documentation, comments and code. Thanks to timo and Simon Meers for the work on the patch. git-svn-id: http://code.djangoproject.com/svn/django/trunk@14069 bcc190cf-cafb-0310-a4f2-bffc1f526a37 | |||
| 2010-08-19 | Fixed #14141: docs now use the :doc: construct for links between documents. | Jacob Kaplan-Moss | |
| Thanks, Ramiro Morales. git-svn-id: http://code.djangoproject.com/svn/django/trunk@13608 bcc190cf-cafb-0310-a4f2-bffc1f526a37 | |||
| 2010-03-30 | PostGIS 1.5 allows distance queries on non-point geographic geometry columns ↵ | Justin Bronn | |
| with `ST_Distance_Sphere`, enabled this functionality. git-svn-id: http://code.djangoproject.com/svn/django/trunk@12890 bcc190cf-cafb-0310-a4f2-bffc1f526a37 | |||
| 2010-03-26 | Fixed #12930, #12832, #11538 -- Refactored and merged the GeoDjango ↵ | Justin Bronn | |
| documentation into the rest of the Django docs. git-svn-id: http://code.djangoproject.com/svn/django/trunk@12856 bcc190cf-cafb-0310-a4f2-bffc1f526a37 | |||
