index
:
chango.git
devmain
fix-31295
initial-branch
main
stable/5.2.x
stable/6.0.x
django
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
django
/
contrib
/
gis
/
db
Age
Commit message (
Expand
)
Author
2021-01-13
Removed redundant database vendor helpers in gis_tests/utils.py.
Tim Graham
2021-01-13
Added SpatialFeatures.empty_intersection_returns_none.
Tim Graham
2021-01-02
Replaced DatabaseFeatures.supports_left_right_lookups with skipUnlessGISLookup.
Tim Graham
2020-12-23
Refs #26167 -- Made DatabaseSchemaEditor._create_index_sql()'s fields argumen...
Hannes Ljungberg
2020-12-10
Fixed #32178 -- Allowed database backends to skip tests and mark expected fai...
Hasan Ramezani
2020-11-30
Added SpatialFeatures.supports_tolerance_parameter.
Tim Graham
2020-11-11
Added SpatialFeatures.unsupported_geojson_options.
Tim Graham
2020-11-09
Renamed BaseSpatialOperations.geography to BaseSpatialFeatures.supports_geogr...
Tim Graham
2020-11-09
Removed BaseSpatialOperations.geometry.
Tim Graham
2020-10-27
Made OracleSpatialAdapter clone geometries rather than mutate them.
Tim Graham
2020-10-19
Added DatabaseFeatures.can_alter_geometry_field.
Tim Graham
2020-07-30
Bumped minimum isort version to 5.1.0.
David Smith
2020-07-15
Fixed #30446 -- Resolved Value.output_field for stdlib types.
Simon Charette
2020-07-14
Refs #30446 -- Defined output_field of BoundingCircle() GIS database function.
Simon Charette
2020-06-30
Fixed #31751 -- Fixed database introspection with cx_Oracle 8.
Mariusz Felisiak
2020-06-17
Refs #31670 -- Removed whitelist/blacklist terminology in docs and comments.
David Smith
2020-06-04
Fixed #30913 -- Added support for covering indexes on PostgreSQL 11+.
Hannes Ljungberg
2020-05-14
Fixed #31579 -- Dropped support for PostgreSQL 9.5 and PostGIS 2.2.
Mariusz Felisiak
2020-05-13
Renamed PROJ.4 to PROJ.
Claude Paroz
2020-05-11
Refs #30116 -- Simplified regex match group access with Match.__getitem__().
Jon Dufresne
2020-05-04
Refs #30573 -- Rephrased "Of Course" and "Obvious(ly)" in documentation and c...
Adam Johnson
2020-04-28
Changed django.forms.ValidationError imports to django.core.exceptions.Valida...
François Freitag
2020-04-14
Fixed #31196 -- Added support for PostGIS 3.
Sergey Fedoseev
2020-03-05
Fixed #30489 -- Fixed RasterField deserialization with pixeltype flags.
Hasan Ramezani
2020-03-04
Refs #30489 -- Made from_pgraster()/to_pgraster() use BANDTYPE_FLAG_HASNODATA...
Ivor Bosloper
2020-03-04
Fixed CVE-2020-9402 -- Properly escaped tolerance parameter in GIS functions ...
Mariusz Felisiak
2020-02-10
Fixed #30846 -- Made PostGIS backend respect Index's name argument.
=Pratik Kumar
2020-02-10
Fixed #31248 -- Added missing space before USING SQL on PostGIS.
Hannes Ljungberg
2020-02-04
Simplified imports from django.db and django.contrib.gis.db.
Nick Pope
2020-01-20
Fixed #31142 -- Fixed MakeValid.output_field when geometry type is changed.
Sergey Fedoseev
2019-11-25
Fixed #31002 -- Fixed GIS lookups crash against a subquery annotation.
Simon Charette
2019-11-22
Fixed #30996 -- Added AsWKB and AsWKT GIS functions.
Sergey Fedoseev
2019-11-18
Fixed #30994 -- Added Oracle support for AsGeoJSON GIS function.
Sergey Fedoseev
2019-10-29
Fixed #30899 -- Lazily compiled import time regular expressions.
Hasan Ramezani
2019-10-25
Fixed #29770 -- Added LinearRing.is_counterclockwise property.
Sergey Fedoseev
2019-10-18
Fixed #30890 -- Added MariaDB support for the relate lookup.
Mariusz Felisiak
2019-09-11
Used Statement in PostGISSchemaEditor._create_index_sql().
Mads Jensen
2019-08-23
Fixed #29955 -- Added support for distance expression to the dwithin lookup.
Simon Charette
2019-08-22
Fixed #30712 -- Allowed BLOB/TEXT defaults on MySQL 8.0.13+.
Nasir Hussain
2019-08-16
Fixed #27676 -- Allowed BLOB/TEXT defaults on MariaDB 10.2.1+.
Adam Johnson
2019-08-13
Refs #25367 -- Moved select_format hook to BaseExpression.
Simon Charette
2019-07-25
Refs #30657 -- Made DeferredAttribute.__init__() to take a field instance ins...
Jon Dufresne
2019-07-19
Fixed typos in comments and a test name.
Min ho Kim
2019-06-28
Fixed #30400 -- Improved typography of user facing strings.
Jon Dufresne
2019-06-12
Added missing support for PointOnSurface function on MariaDB.
Mariusz Felisiak
2019-03-20
Fixed #28738 -- Added the GeometryDistance function.
Francisco Couzo
2019-02-12
Fixed #22423 -- Added support for MySQL operators on real geometries.
Claude Paroz
2019-02-04
Fixed #30155 -- Dropped support for PostgreSQL 9.4 and PostGIS 2.1.
Tim Graham
2019-02-04
Fixed #30156 -- Dropped support for SpatiaLite 4.1 and 4.2.
Tim Graham
2019-01-23
Refs #30123 -- Simplified introspection of geography columns on PostGIS.
Nick Pope
[next]