summaryrefslogtreecommitdiff
path: root/django/contrib/gis/db
AgeCommit message (Expand)Author
2016-06-21[1.10.x] Fixed #26785 -- Made Oracle return None rather than empty string for...Sergey Fedoseev
2016-06-18[1.10.x] Fixed #26775 -- Supported dim=3 geography fieldsClaude Paroz
2016-06-16[1.10.x] Used SQL from DB backend in GeomValue.Tim Graham
2016-06-16[1.10.x] Fixed flake8 2.6 warnings.Tim Graham
2016-05-27[1.10.x] Refs #25588 -- Fixed GDAL dependency in spatial lookups.Daniel Wiesmann
2016-05-24[1.10.x] Refs #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-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-02Refs 2bd1bbc -- Made GeometryField.get_db_prep_lookup() a private (deprecated...Tim Graham
2016-04-29Fixed #26207 -- Replaced dynamic classes with non-data descriptors for deferr...Anssi Kääriäinen
2016-04-19Fixed #26512 -- Added tests for SpatialRefSysMixin.get_units().Nicolas Noé
2016-04-15Removed unused wk_col property of SpatialRefSys models.Tim Graham
2016-04-09Fixed #26455 -- Allowed filtering and repairing invalid geometries.Daniel Wiesmann
2016-04-04Fixed W503 flake8 warnings.Tim Graham
2016-03-12Fixed a few docstring typos.Noenglish Professorbut
2016-02-09Refs #26112 -- Fixed aggregate GIS test on Oracle.Shai Berger
2016-01-29Fixed #26134 -- Used new OpenGIS names for recent MySQLClaude Paroz
2016-01-22Fixed #26112 -- Error when computing aggregate of GIS areas.Daniel Wiesmann
2015-12-30Fixed #15165 -- Prevented wrong results with perimeter on geodetic fields.Claude Paroz
2015-12-26Passed logging message parameters as arguments instead of interpolating them.Ville Skyttä
2015-12-04Fixed #25853 -- Added support for GeoHash function on SpatiaLite.Sergey Fedoseev
2015-12-03Fixed #25797 -- Fixed regex for getting units from SRS WKT.Sergey Fedoseev
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-11-30Fixed #25835 -- Removed Adaptor alias from spatial operations classes.Sergey Fedoseev
2015-11-07Removed ability to pass a geometry string to GIS functionsClaude 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 #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-27Moved around imports in PostGIS operationsClaude Paroz
2015-10-26Fixed #25611 -- Standardized descriptor signatures.Tim Graham
2015-10-22Fixed #25592 -- Fixed misnamed strictly_above PostGIS lookupClaude Paroz
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-09Fixed #25499 -- Added the ability to pass an expression in distance lookupsClaude 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-08-19Refs #12400 -- Added supports_geometry_field_unique_index GIS db feature.Jani Tiainen
2015-08-07Fixed #25175 -- Renamed the postgresql_psycopg2 database backend to postgresql.Caio Ariede
2015-06-27Sorted imports in __init__.py files.Tim Graham
2015-06-27Fixed #24887 -- Removed one-arg limit from models.aggregateGreg Chapple
2015-06-24Renamed RemovedInDjangoXYWarnings for new roadmap.Tim Graham