summaryrefslogtreecommitdiff
path: root/django/contrib/gis
AgeCommit message (Expand)Author
2015-12-03Fixed many spelling mistakes in code, comments, and docs.Josh Soref
2015-12-02Fixed #25836 -- Added support for MakeLine aggregate on SpatiaLite.Sergey Fedoseev
2015-12-01Pulled contrib translations from TransifexClaude Paroz
2015-11-30Fixed #25835 -- Removed Adaptor alias from spatial operations classes.Sergey Fedoseev
2015-11-25Fixed #25806 -- Removed name mangling from syndication.Feed's _get_dynamic_at...Tim Graham
2015-11-25Fixed #25773 -- Deprecated the geos.MultiPolygon.cascaded_union property.Sergey Fedoseev
2015-11-25Fixed #25734 -- Made GDALBand min and max properties use GDALComputeRasterSta...Daniel Wiesmann
2015-11-23Refs #25663 -- Fixed checking of the number of points for LineString if initi...Sergey Fedoseev
2015-11-20Fixed #25722 -- Added the GEOSGeometry.covers() method.Sergey Fedoseev
2015-11-18Fixed #25654 -- Added the GEOSGeometry.unary_union property.Sergey Fedoseev
2015-11-18Fixed #25663 -- Added checking of the number of points for LinearRing and Lin...Sergey Fedoseev
2015-11-18Fixed #25665 -- Deprecated getter/setter of Point.tuple.Sergey Fedoseev
2015-11-18Refs #25665 -- Deprecated getters/setters of Point coordinate properties.Sergey Fedoseev
2015-11-18Refs #25665 -- Deprecated getter/setter of GEOSGeometry.srid.Sergey Fedoseev
2015-11-17Fixed #25682 -- Removed bare except clauses.Attila Tovt
2015-11-07Removed ability to pass a geometry string to GIS functionsClaude Paroz
2015-11-07Fixed GIS test failures when GDAL is not installedClaude Paroz
2015-11-06Fixed #25673 -- Made `GeometryField.from_db_value` set SRIDSergey Fedoseev
2015-11-03Fixed #25629 -- Added checks of the number of arguments for GeoDjango DB func...Sergey Fedoseev
2015-11-02Fixed #25661 -- Fixed checking number of points during list assignment for `L...Sergey Fedoseev
2015-11-02Fixed #25664 -- Fixed `dims` for `Point`Sergey Fedoseev
2015-11-02Fixed #25659 -- Added missing support for MySQL 5.6.1 GIS functionsSergey Fedoseev
2015-11-01Fixed #25655 -- Dropped support for GEOS < 3.3Sergey Fedoseev
2015-10-31Fixed #25636 -- Dropped support for SpatiaLite < 3.0Sergey Fedoseev
2015-10-29Fixed #25630 -- Replaced `AsGeoHash` with `GeoHash` in unsupported GIS functionsSergey Fedoseev
2015-10-28Refs #25588 -- Added the srid property to GDALRasterDaniel Wiesmann
2015-10-27Moved around imports in PostGIS operationsClaude Paroz
2015-10-26Fixed #25611 -- Standardized descriptor signatures.Tim Graham
2015-10-24Fixed #25583 -- Allowed calling `transform` with `CoordTransform` even if SRI...Sergey Fedoseev
2015-10-22Fixed #25592 -- Fixed misnamed strictly_above PostGIS lookupClaude Paroz
2015-10-21Fixed #25585 -- Allowed setting OGRGeometry srid/srs attributes to `None`.Sergey Fedoseev
2015-10-21Fixed #25580 -- Allowed `None` to be set as SRID value.Sergey Fedoseev
2015-10-10Fixed #24687 -- Added select_related() validation for nested non-relational f...Tim Graham
2015-10-09Refs #25499 -- Fixed expressions in distance lookups on Oracle.Claude Paroz
2015-10-09Updated translation catalogsClaude Paroz
2015-10-09Fixed #25533 -- Changed datatype mapping for GDALRastersDaniel Wiesmann
2015-10-09Fixed #25499 -- Added the ability to pass an expression in distance lookupsClaude Paroz
2015-10-03Upgraded OpenLayers version from 2.13 to 2.13.1Claude Paroz
2015-09-23Refs #24152 -- Removed deprecated GeoQuerySet aggregate methods.Tim Graham
2015-09-23Refs #14030 -- Removed backwards compatiblity for old-style aggregates.Tim Graham
2015-09-23Fixed #25448 -- Eased GISLookup subclassing with custom lookupsClaude Paroz
2015-09-22Fixed #24509 -- Added Expression support to SQLInsertCompilerAlex Hill
2015-09-21Fixed #24688 -- Added Oracle support for new-style GIS functions.Jani Tiainen
2015-09-17Fixed #25400 -- Fixed regression in nonexistent features on gis backends.Daniel Hahler
2015-09-04Fixed #25348 -- Removed unused gif/png images from contrib.admin.elky
2015-09-04Refs #25345 -- Updated links to code.google.com.Maxime Lorant
2015-08-31Fixed #25331 -- Removed trailing blank lines in docstrings.Maxime Lorant
2015-08-31Refs #24121 -- Added a repr() to gis.GeoIP and gis.GeoIP2.Keryn Knight
2015-08-19Refs #12400 -- Added supports_geometry_field_unique_index GIS db feature.Jani Tiainen
2015-08-18Fixed #25225 -- Simplified code to remove GEOSIndexErrorTim Graham