summaryrefslogtreecommitdiff
path: root/django/contrib/gis
AgeCommit message (Expand)Author
2016-10-28Fixed #20939 -- Simplified query generation by converting QuerySet to Query.Tim Graham
2016-10-24Added MySQLOperations.geom_func_prefix to simplify.Sergey Fedoseev
2016-10-10Fixed gis_tests.geoapp when run in isolation.Tim Graham
2016-09-30Updated translations from TransifexClaude Paroz
2016-09-30Updated links to the current version of MySQL docs.Tim Graham
2016-09-22Fixed #27056 -- Allowed migrating geometry field dimension on PostGISClaude Paroz
2016-09-17Simplified PostGIS index creationClaude Paroz
2016-09-17Stopped deleting from the geometry_columns view on PostGISClaude Paroz
2016-09-16Fixed #26697 -- Removed contrib.gis.maps.Tim Graham
2016-09-12Fixed #27098 -- Deprecated DatabaseIntrospection.get_indexesClaude Paroz
2016-09-08Fixed #27170 -- Added DatabaseWrapper class attributes to ease subclassing.Chris Jerdonek
2016-09-03Fixed #26098 -- Used cdnjs.cloudflare for OpenLayers.js.Daniel Hahler
2016-09-02Added error messages for GIS DB functions when used with rasters.Daniel Wiesmann
2016-08-30Fixed #26685 -- Added dwithin lookup support on SpatiaLite.Kevan Swanberg
2016-08-30Refs #27097, #27098 -- Moved PostgreSQL index type introspection to get_const...Akshesh
2016-08-24Fixed #27072 -- Fixed AddGeometryColumn error when altering a SpatiaLite table.Tim Graham
2016-08-23Fixed #27103 -- Registered vcapi/rcapi GDAL prototypes based on their own dri...Matthew Somerville
2016-08-15Fixed #27014 -- Fixed annotations with database functions on PostGIS.Daniel Wiesmann
2016-08-12Refs #27030 -- Added index type introspection on PostgreSQL.Akshesh
2016-08-09Unified SpatiaLite spellingClaude Paroz
2016-08-08Fixed #27024 -- Prevented logging error with empty string as geometry widget ...Claude Paroz
2016-08-04Fixed #27020 -- Used a context manager to close files.Ville Skyttä
2016-08-01Pulled contrib translations from TransifexClaude Paroz
2016-07-31Fixed #26972 -- Fixed is_collection definition in MapWidget initializationClaude Paroz
2016-07-28Refs #26657 -- Fixed a crash induced by invalid WKT returned by MySQL 5.7.5+.Sergey Fedoseev
2016-07-28Fixed #26657 -- Made GeomValue omit SRID for MySQL.Sergey Fedoseev
2016-07-18Removed unnecessary looping in sqlite3 SchemaEditor.akki
2016-06-29Added Upper/Lower Sorbian translationsClaude Paroz
2016-06-21Fixed #25940 -- Added OGRGeometry.from_gml() and GEOSGeometry.from_gml().Sergey Fedoseev
2016-06-21Fixed #26785 -- Made Oracle return None rather than empty string for empty ge...Sergey Fedoseev
2016-06-21Fixed #26750 -- Fixed introspection for geography point field with dim=3Claude Paroz
2016-06-18Fixed #26775 -- Supported dim=3 geography fieldsClaude Paroz
2016-06-18Fixed #26753 -- Made GDAL a required dependency for contrib.gisClaude Paroz
2016-06-16Used SQL from DB backend in GeomValue.Tim Graham
2016-06-16Fixed flake8 2.6 warnings.Tim Graham
2016-06-15Fixed broken links in docs and comments.Ville Skyttä
2016-06-13Refs #25645 -- Removed SpatiaLite 3.x compatibility in gis.db.models.function...Sergey Fedoseev
2016-06-11Fixed #26736 -- Fixed crashes in SpatialReference with non-ASCII characters.Sergey Fedoseev
2016-06-01Refs #25645 -- Removed SpatiaLite 3.x compatibility in SpatialiteSpatialRefSy...Sergey Fedoseev
2016-06-01Fixed #26675 -- Dropped support for PostgreSQL 9.2/PostGIS 2.0.Tim Graham
2016-05-31Fixed #25645 -- Dropped support for SpatiaLite < 4.0.Tim Graham
2016-05-27Refs #25588 -- Fixed GDAL dependency in spatial lookups.Daniel Wiesmann
2016-05-25Added missing quotes in openlayers.html template.Aleksey
2016-05-24Refs #26134 -- Updated deprecated MySQL GIS function names.Tim Graham
2016-05-17Fixed #10506, #13793, #14891, #25201 -- Introduced new APIs to specify models...Loïc Bistuer
2016-05-16Refs #26592 -- Fixed band statistics for empty bands and GDAL 2.1Daniel Wiesmann
2016-05-13Fixed #26333 -- Made GIS Geometry classes deconstructible.Nicolas Noé
2016-05-06Fixed #25588 -- Added spatial lookups to RasterField.Daniel Wiesmann
2016-05-04Fixed #22936 -- Obsoleted Field.get_prep_lookup()/get_db_prep_lookup()Claude Paroz
2016-05-02Fixed #26569 -- Updated OSM Mapnik constructorbgaechter