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
/
backends
/
postgis
Age
Commit message (
Expand
)
Author
2026-03-12
Fixed #36727 -- Deprecated Field.get_placeholder in favor of get_placeholder_...
Simon Charette
2026-02-03
Fixed CVE-2026-1207 -- Prevented SQL injections in RasterField lookups via ba...
Jacob Walls
2025-11-25
Fixed #35783 -- Added NumDimensions GIS database function and __num_dimension...
David Smith
2025-10-03
Fixed #36623 -- Dropped support for PostgreSQL 14 and PostGIS 3.1.
Mariusz Felisiak
2025-07-23
Refs #36500 -- Rewrapped long docstrings and block comments via a script.
django-bot
2025-07-23
Removed double spaces after periods and within phrases.
Sarah Boyce
2025-07-20
Fixed #28696 -- Added GeometryType GIS database function and __geom_type lookup.
Ahmed Ibrahim
2025-03-31
Refs #28909 -- Simplified code using unpacking generalizations.
Aarni Koskela
2025-03-01
Applied Black's 2025 stable style.
Mariusz Felisiak
2024-09-19
Fixed #35074 -- Fixed adding/removing indexes when spatial_index is changed o...
Mariusz Felisiak
2024-09-10
Refs #35074 -- Added _create_spatial_index_sql()/_delete_spatial_index_sql() ...
Mariusz Felisiak
2024-09-10
Refs #35074 -- Added PostGISSchemaEditor._create_spatial_index_name().
Mário Falcão
2024-05-27
Fixed #35479 -- Dropped support for PostgreSQL 13 and PostGIS 3.0.
Mariusz Felisiak
2024-01-26
Applied Black's 2024 stable style.
Mariusz Felisiak
2023-09-20
Fixed #34851 -- Dropped support for PostgreSQL 12 and PostGIS 2.5.
Mariusz Felisiak
2023-02-21
Fixed #34344 -- Allowed PostGIS DatabaseWrapper subclasses to customize (feat...
David Buhler
2023-02-07
Fixed #33638 -- Fixed GIS lookups crash with geography fields on PostGIS.
Jacob Walls
2023-01-10
Refs #31014 -- Added FromWKB and FromWKT GIS database functions.
Mariusz Felisiak
2022-12-22
Fixed #34219 -- Preserved Char/TextField.db_collation when altering column type.
Mariusz Felisiak
2022-12-15
Fixed #33308 -- Added support for psycopg version 3.
Daniele Varrazzo
2022-12-12
Refs #33308 -- Added psycopg_any.sql.quote() hook.
Florian Apolloner
2022-12-02
Refs #33308 -- Made PostGISAdapter do not use psycopg2's Binary().
Florian Apolloner
2022-08-10
Fixed #28975 -- Made PostGIS backend skip extension creation if installed.
Rust Saiargaliev
2022-06-21
Fixed #33794 -- Fixed string-casting of GIS queries on PostgreSQL.
Claude Paroz
2022-05-04
Fixed #33675 -- Dropped support for PostgreSQL 10 and PostGIS 2.4.
Mariusz Felisiak
2022-02-07
Refs #33476 -- Refactored code to strictly match 88 characters line length.
Mariusz Felisiak
2022-02-07
Refs #33476 -- Reformatted code with Black.
django-bot
2021-11-30
Fixed #33047 -- Fixed CheckConstraint crash with GIS lookups on PostGIS and M...
Claude Paroz
2021-05-14
Fixed #32721 -- Fixed migrations crash when adding namespaced spatial indexes...
snowman2
2021-05-13
Refs #32721 -- Made PostGISSchemaEditor._create_index_sql() call super()._cre...
snowman2
2021-01-19
Fixed #32357 -- Dropped support for PostgreSQL 9.6 and PostGIS 2.3.
Mariusz Felisiak
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-11-09
Renamed BaseSpatialOperations.geography to BaseSpatialFeatures.supports_geogr...
Tim Graham
2020-10-27
Made OracleSpatialAdapter clone geometries rather than mutate them.
Tim Graham
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-04-28
Changed django.forms.ValidationError imports to django.core.exceptions.Valida...
François Freitag
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-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
2019-11-22
Fixed #30996 -- Added AsWKB and AsWKT GIS functions.
Sergey Fedoseev
2019-09-11
Used Statement in PostGISSchemaEditor._create_index_sql().
Mads Jensen
2019-02-04
Fixed #30155 -- Dropped support for PostgreSQL 9.4 and PostGIS 2.1.
Tim Graham
2019-01-23
Refs #30123 -- Simplified introspection of geography columns on PostGIS.
Nick Pope
[next]