| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2018-01-31 | [2.0.x] Disambiguated "settings" in SpatiaLite note. | Rodrigo | |
| Backport of 4fe0e619e7241ed9e99ba7dee342a0785dd1f5d9 from master | |||
| 2018-01-31 | [2.0.x] Doc'd specifying the ENGINE setting as part of configuring contrib.gis. | Rodrigo | |
| Backport of 9817add9e014972e470326928f75b22520a77eb6 from master | |||
| 2018-01-31 | [2.0.x] Fixed location of spatialite_source label. | Rodrigo | |
| Backport of 7c5cf331278407ab87737d10a1b2e722c0e666b0 from master | |||
| 2018-01-27 | [2.0.x] Expanded docs for AbstractBaseUser.has_usable_password(). | Tim Graham | |
| Backport of 92f48680dbd2e02f2b33f6ad0e35b7d337889fb2 from master | |||
| 2018-01-23 | [2.0.x] Fixed "template tag" spelling in docs. | Tim Graham | |
| Backport of f0f383b6350c7b2f64bb2a6491a395abdd3313d6 from master | |||
| 2018-01-07 | [2.0.x] Updated various links in docs to use HTTPS. | Mariusz Felisiak | |
| Backport of 7c81b28ebcaebbc2e5bbca9a73427d81166ce3dc from master | |||
| 2018-01-04 | [2.0.x] Confirmed support for PostGIS 2.4. | Tim Graham | |
| Backport of 5d5a2bd299c97f8e03d79380345ec8713d612f58 from master | |||
| 2017-12-07 | [2.0.x] Fixed typo in docs/ref/contrib/admin/index.txt. | Sam Collins | |
| Backport of 2d75e74e18def5de8b23f88f4257f262f18fe1a9 from master | |||
| 2017-11-09 | [2.0.x] Fixed #28777 -- Clarified the docs for admin.register's args. | Tim Graham | |
| Backport of abaf0ab4a444977dc8ac07b9b63256814c352245 from master | |||
| 2017-11-04 | [2.0.x] Fixed #28632 -- Updated docs about using raw SQL with GIS and doc'd ↵ | Sergey Fedoseev | |
| changes from refs #28518 in release notes. Backport of 8869142a4d5b069c61781c0e4c5fdc971b017949 from master | |||
| 2017-10-28 | [2.0.x] Fixed #28205 -- Doc'd that ModelAdmin.prepopulated_fields only works ↵ | Botond Beres | |
| on add forms. Backport of 56b364bacca0d6a6cd8fbcd93aeb49f3ad46e58c from master | |||
| 2017-10-20 | [2.0.x] Fixed #28613 -- Doc'd the return value for GenericForeignKey when ↵ | Tim Graham | |
| the related object is deleted. Backport of 1a82fc245eb8ac4b131ec02a6ac3e112deb8d5a6 from master | |||
| 2017-10-18 | [2.0.x] Refs #19295 -- Doc'd that ManifestStaticFilesStorage doesn't work ↵ | Collin Stedman | |
| with runserver --insecure. Backport of 4a861e88508eacdb8d0d5bc43f9a0576cedb9f22 from master | |||
| 2017-10-17 | [2.0.x] Made SearchQuery examples less sterotyped. | Simon Willison | |
| Backport of 346eb328617ada9c65f5c9ded2e2914f3dcc04c9 from master | |||
| 2017-10-09 | [2.0.x] Fixed #28423 -- Expanded docs for indexing contrib.postgres fields. | Mads Jensen | |
| Backport of 22ff4f81b1859ed7af7999ef479a10b5d31a2164 from master | |||
| 2017-09-29 | [2.0.x] Fixed #28651 -- Fixed typo in docs/ref/contrib/postgres/fields.txt. | Michael Käufl | |
| Backport of 259fec8de0814ba1277774b030bc6e3f99e40268 from master | |||
| 2017-09-22 | [2.0.x] Refs #27788 -- Corrected minimum supported Oracle version in GIS docs. | Tim Graham | |
| Backport of d90936f41a2d7a3361e51fc49be033ba0f05f458 from master | |||
| 2017-09-21 | Fixed #28576 -- Added color interpretation method to GDALBand. | Niall Dalton | |
| 2017-09-20 | Fixed #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-09-19 | Refs #14370 -- Fixed typo in ModelAdmin.autocomplete_fields docs. | Johannes Hoppe | |
| 2017-09-18 | Fixed #14370 -- Allowed using a Select2 widget for ForeignKey and ↵ | Johannes Hoppe | |
| ManyToManyField in the admin. Thanks Florian Apolloner and Tim Graham for review and contributing to the patch. | |||
| 2017-09-11 | Fixed #28570 -- Dropped support for GEOS 3.3.x. | Sergey Fedoseev | |
| Removed setting SRID in GEOSGeometry.clone() which was only required in GEOS 3.3.0. | |||
| 2017-09-09 | Fixed capitalization of "Spherical Mercator." | Sergey Fedoseev | |
| 2017-09-04 | Fixed #28126 -- Added GistIndex to contrib.postgres. | Mads Jensen | |
| Thanks to Marc Tamlyn for the initial patch. | |||
| 2017-09-02 | Fixed #17985 -- Documented ModelAdmin.lookup_allowed(). | Simon Meers | |
| 2017-09-02 | Fixed #28525 -- Documented GDAL and GeoIP exceptions. | Nick Pope | |
| 2017-09-01 | Reordered GeoIP docs be consistent with GDAL/GEOS ordering. | Nick Pope | |
| 2017-09-01 | Made GeoIP docs headers consistent with other GIS docs. | Nick Pope | |
| 2017-08-30 | Fixed #27701 -- Doc'd staticfiles runserver bypasses middleware when serving ↵ | jkrzy | |
| static files. | |||
| 2017-08-30 | Fixed #28548 -- Replaced 'middlewares' with 'middleware' in docs. | Jkrzy | |
| 2017-08-26 | Fixed #28532 -- Fixed typo in PostgreSQL field docs | Claude Paroz | |
| Thanks Andreas Poisel for the report. | |||
| 2017-08-12 | Fixed #27849 -- Added filtering support to aggregates. | Tom | |
| 2017-07-27 | Fixed #28415 -- Clarified what characters ASCII/UnicodeUsernameValidator accept. | Tim Graham | |
| 2017-07-26 | Fixed #28436 -- Added support for distance lookups on MySQL. | Sergey Fedoseev | |
| 2017-07-17 | Fixed 403 link in docs/ref/contrib/gis/install/spatialite.txt. | jmk | |
| 2017-06-27 | Fixed #28330 -- Prevented passing positional arguments to an Index. | Mariusz Felisiak | |
| Thanks Tim Graham for the review. | |||
| 2017-06-26 | Fixed #27964 -- Made MySQL backend raise exception if spatial transformation ↵ | Sergey Fedoseev | |
| is needed for query. | |||
| 2017-06-26 | Fixed GEOSGeometry reference in GIS tutorial. | Sergey Fedoseev | |
| 2017-06-20 | Fixed #27869 -- Added fastupdate and gin_pending_list_limit params to GinIndex. | Mads Jensen | |
| Thanks Tim Graham and Markus Holtermann for review. | |||
| 2017-06-16 | Fixed #28300 -- Allowed GDALRasters to use the vsimem filesystem. | Daniel Wiesmann | |
| Thanks Tim Graham for the review and edits. | |||
| 2017-06-09 | Fixed typo in docs/ref/contrib/postgres/fields.txt. | Tim Graham | |
| 2017-06-08 | Fixed #28288 -- Allowed passing papsz options to GDALRaster initialization. | Daniel Wiesmann | |
| 2017-06-07 | Fixed #28257 -- Confirmed support for GDAL 2.2 | Claude Paroz | |
| Additionally, a test has been updated to account for small SRS WKT differences. Thanks Tim Graham for writing the doc part. | |||
| 2017-06-07 | Fixed #28232 -- Made raster metadata readable and writable on GDALRaster/Band. | Daniel Wiesmann | |
| 2017-05-22 | Fixed #28112 -- Added 'time_zone' in GeoIP2.city() dict. | R3turnz | |
| 2017-05-22 | Updated various links in docs to avoid redirects | Claude Paroz | |
| Thanks Tim Graham and Mariusz Felisiak for review and completion. | |||
| 2017-05-15 | Refs #27996 -- Skipped RandomUUID test on PostgreSQL 9.3. | Tim Graham | |
| 2017-05-14 | Fixed #28195 -- Added OSMWidget.default_zoom attribute. | Danilo Bargen | |
| 2017-05-13 | Documented OSMWidget.default_lat/lon. | Danilo Bargen | |
| 2017-05-12 | Fixed widgets module path in docs/ref/contrib/gis/forms-api.txt. | Tim Graham | |
