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
/
schema.py
Age
Commit message (
Expand
)
Author
2025-07-23
Refs #36500 -- Rewrapped long docstrings and block comments via a script.
django-bot
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
2022-12-22
Fixed #34219 -- Preserved Char/TextField.db_collation when altering column type.
Mariusz Felisiak
2022-02-07
Refs #33476 -- Reformatted code with Black.
django-bot
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
2020-12-23
Refs #26167 -- Made DatabaseSchemaEditor._create_index_sql()'s fields argumen...
Hannes Ljungberg
2020-06-04
Fixed #30913 -- Added support for covering indexes on PostgreSQL 11+.
Hannes Ljungberg
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
2019-09-11
Used Statement in PostGISSchemaEditor._create_index_sql().
Mads Jensen
2018-10-29
Fixed #29547 -- Added support for partial indexes.
Mads Jensen
2017-08-08
Fixed #28465 -- Unified index SQL creation in DatabaseSchemaEditor
Claude Paroz
2017-01-25
Refs #23919 -- Replaced super(ClassName, self) with super().
chillaranand
2016-09-22
Fixed #27056 -- Allowed migrating geometry field dimension on PostGIS
Claude Paroz
2016-09-17
Simplified PostGIS index creation
Claude Paroz
2016-09-17
Stopped deleting from the geometry_columns view on PostGIS
Claude Paroz
2015-08-07
Fixed #25175 -- Renamed the postgresql_psycopg2 database backend to postgresql.
Caio Ariede
2015-06-19
Fixed #23804 -- Added RasterField for PostGIS.
Daniel Wiesmann
2015-04-25
Fixed #24499 -- Dropped support for PostGIS 1.5.
Tim Graham
2014-08-04
Fixed #23161: Drop PostGIS geography fields correctly
Andrew Godwin
2014-04-23
Used migration framework in GIS test tearDown
Claude Paroz
2014-04-21
Fixed PostGIS remove_field implementation
Claude Paroz
2014-04-21
Fixed removal of GIS column in PostGIS 1.x migration
Claude Paroz
2014-04-21
Fixed adding new GIS column in PostGIS 1.x migration
Claude Paroz
2013-11-27
A handle of flake8 fixes
Alex Gaynor
2013-11-27
PostGIS schema editor support
Andrew Godwin