summaryrefslogtreecommitdiff
path: root/django/contrib/gis/db/backends/postgis/base.py
AgeCommit message (Expand)Author
2023-02-21Fixed #34344 -- Allowed PostGIS DatabaseWrapper subclasses to customize (feat...David Buhler
2022-12-15Fixed #33308 -- Added support for psycopg version 3.Daniele Varrazzo
2022-08-10Fixed #28975 -- Made PostGIS backend skip extension creation if installed.Rust Saiargaliev
2022-02-07Refs #33476 -- Reformatted code with Black.django-bot
2017-06-01Sorted imports per isort 4.2.9.Tim Graham
2017-01-25Refs #23919 -- Replaced super(ClassName, self) with super().chillaranand
2015-08-07Fixed #25175 -- Renamed the postgresql_psycopg2 database backend to postgresql.Caio Ariede
2015-04-25Fixed #24499 -- Dropped support for PostGIS 1.5.Tim Graham
2015-02-06Sorted imports with isort; refs #23860.Tim Graham
2015-01-14Fixed #22603 -- Reorganized classes in django.db.backends.Tim Graham
2014-12-12Fixed postgis test database initializationClaude Paroz
2014-12-08Ran 'CREATE EXTENSION postgis' during prepare_database hookClaude Paroz
2014-09-26Factorized schema_editor() at BaseDatabaseWrapper levelClaude Paroz
2014-08-26Removed some more hardcoded backends in GIS testsClaude Paroz
2014-08-23Replaced no_spatialite by connection featuresClaude Paroz
2014-08-19Replaced HAS_SPATIAL_DB by testing database featureClaude Paroz
2013-11-27PostGIS schema editor supportAndrew Godwin
2013-11-09Don't initialize PostGIS-specific stuff for non-db connectionsClaude Paroz
2013-10-26Remove dsome import *Alex Gaynor
2010-01-18Fixed #12637 -- GeoDjango's `inspectdb` command is now a subclass of Django's...Justin Bronn
2009-12-22Fixed #1142 -- Added multiple database support.Russell Keith-Magee