summaryrefslogtreecommitdiff
path: root/django/contrib/gis/db/backends/postgis/base.py
Commit message (Expand)AuthorAgeFilesLines
* Fixed #34344 -- Allowed PostGIS DatabaseWrapper subclasses to customize (feat...David Buhler2023-02-211-4/+18
* Fixed #33308 -- Added support for psycopg version 3.Daniele Varrazzo2022-12-151-4/+122
* Fixed #28975 -- Made PostGIS backend skip extension creation if installed.Rust Saiargaliev2022-08-101-0/+3
* Refs #33476 -- Reformatted code with Black.django-bot2022-02-071-1/+1
* Sorted imports per isort 4.2.9.Tim Graham2017-06-011-2/+3
* Refs #23919 -- Replaced super(ClassName, self) with super().chillaranand2017-01-251-2/+2
* Fixed #25175 -- Renamed the postgresql_psycopg2 database backend to postgresql.Caio Ariede2015-08-071-1/+1
* Fixed #24499 -- Dropped support for PostGIS 1.5.Tim Graham2015-04-251-17/+3
* Sorted imports with isort; refs #23860.Tim Graham2015-02-061-3/+2
* Fixed #22603 -- Reorganized classes in django.db.backends.Tim Graham2015-01-141-11/+6
* Fixed postgis test database initializationClaude Paroz2014-12-121-3/+2
* Ran 'CREATE EXTENSION postgis' during prepare_database hookClaude Paroz2014-12-081-0/+19
* Factorized schema_editor() at BaseDatabaseWrapper levelClaude Paroz2014-09-261-4/+2
* Removed some more hardcoded backends in GIS testsClaude Paroz2014-08-261-0/+1
* Replaced no_spatialite by connection featuresClaude Paroz2014-08-231-1/+1
* Replaced HAS_SPATIAL_DB by testing database featureClaude Paroz2014-08-191-1/+10
* PostGIS schema editor supportAndrew Godwin2013-11-271-0/+5
* Don't initialize PostGIS-specific stuff for non-db connectionsClaude Paroz2013-11-091-3/+5
* Remove dsome import *Alex Gaynor2013-10-261-1/+1
* Fixed #12637 -- GeoDjango's `inspectdb` command is now a subclass of Django's...Justin Bronn2010-01-181-0/+2
* Fixed #1142 -- Added multiple database support.Russell Keith-Magee2009-12-221-0/+10