summaryrefslogtreecommitdiff
path: root/docs/ref/contrib
AgeCommit message (Collapse)Author
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-21Fixed #28576 -- Added color interpretation method to GDALBand.Niall Dalton
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-09-19Refs #14370 -- Fixed typo in ModelAdmin.autocomplete_fields docs.Johannes Hoppe
2017-09-18Fixed #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-11Fixed #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-09Fixed capitalization of "Spherical Mercator."Sergey Fedoseev
2017-09-04Fixed #28126 -- Added GistIndex to contrib.postgres.Mads Jensen
Thanks to Marc Tamlyn for the initial patch.
2017-09-02Fixed #17985 -- Documented ModelAdmin.lookup_allowed().Simon Meers
2017-09-02Fixed #28525 -- Documented GDAL and GeoIP exceptions.Nick Pope
2017-09-01Reordered GeoIP docs be consistent with GDAL/GEOS ordering.Nick Pope
2017-09-01Made GeoIP docs headers consistent with other GIS docs.Nick Pope
2017-08-30Fixed #27701 -- Doc'd staticfiles runserver bypasses middleware when serving ↵jkrzy
static files.
2017-08-30Fixed #28548 -- Replaced 'middlewares' with 'middleware' in docs.Jkrzy
2017-08-26Fixed #28532 -- Fixed typo in PostgreSQL field docsClaude Paroz
Thanks Andreas Poisel for the report.
2017-08-12Fixed #27849 -- Added filtering support to aggregates.Tom
2017-07-27Fixed #28415 -- Clarified what characters ASCII/UnicodeUsernameValidator accept.Tim Graham
2017-07-26Fixed #28436 -- Added support for distance lookups on MySQL.Sergey Fedoseev
2017-07-17Fixed 403 link in docs/ref/contrib/gis/install/spatialite.txt.jmk
2017-06-27Fixed #28330 -- Prevented passing positional arguments to an Index.Mariusz Felisiak
Thanks Tim Graham for the review.
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-06-20Fixed #27869 -- Added fastupdate and gin_pending_list_limit params to GinIndex.Mads Jensen
Thanks Tim Graham and Markus Holtermann for review.
2017-06-16Fixed #28300 -- Allowed GDALRasters to use the vsimem filesystem.Daniel Wiesmann
Thanks Tim Graham for the review and edits.
2017-06-09Fixed typo in docs/ref/contrib/postgres/fields.txt.Tim Graham
2017-06-08Fixed #28288 -- Allowed passing papsz options to GDALRaster initialization.Daniel Wiesmann
2017-06-07Fixed #28257 -- Confirmed support for GDAL 2.2Claude Paroz
Additionally, a test has been updated to account for small SRS WKT differences. Thanks Tim Graham for writing the doc part.
2017-06-07Fixed #28232 -- Made raster metadata readable and writable on GDALRaster/Band.Daniel Wiesmann
2017-05-22Fixed #28112 -- Added 'time_zone' in GeoIP2.city() dict.R3turnz
2017-05-22Updated various links in docs to avoid redirectsClaude Paroz
Thanks Tim Graham and Mariusz Felisiak for review and completion.
2017-05-15Refs #27996 -- Skipped RandomUUID test on PostgreSQL 9.3.Tim Graham
2017-05-14Fixed #28195 -- Added OSMWidget.default_zoom attribute.Danilo Bargen
2017-05-13Documented OSMWidget.default_lat/lon.Danilo Bargen
2017-05-12Fixed widgets module path in docs/ref/contrib/gis/forms-api.txt.Tim Graham
2017-05-04Fixed #28160 -- Prevented hiding GDAL exceptions when it's not installed.Tim Graham
2017-05-04Fixed broken links to Oracle docs.Mariusz Felisiak
2017-04-25Fixed #27996 -- Added RandomUUID function and CryptoExtension to ↵Paolo Melchiorre
contrib.postgres.
2017-04-24Renamed "Mac OS X" to "macOS" in docs.Michiel Beijen
2017-04-12Corrected docs regarding MySQL support of Length GIS function.Sergey Fedoseev
2017-04-03Refs #12410 -- Doc'd LineLocatePoint in functions' summary table.Sergey Fedoseev
2017-04-02Fixed #11854 -- Added Azimuth GIS function. (#8286)Sergey Fedoseev
2017-04-01Clarified meaning of "Optional" in auth.models.User field docs.Jirka Schäfer