summaryrefslogtreecommitdiff
path: root/django/contrib/gis/db/backends/postgis/base.py
Commit message (Collapse)AuthorAgeFilesLines
* Fixed #34344 -- Allowed PostGIS DatabaseWrapper subclasses to customize ↵David Buhler2023-02-211-4/+18
| | | | (features/introspection/ops)_class classes.
* Fixed #33308 -- Added support for psycopg version 3.Daniele Varrazzo2022-12-151-4/+122
| | | | | | | Thanks Simon Charette, Tim Graham, and Adam Johnson for reviews. Co-authored-by: Florian Apolloner <florian@apolloner.eu> Co-authored-by: Mariusz Felisiak <felisiak.mariusz@gmail.com>
* 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
| | | | | | Refs #20968. Allow querying template_postgis presence without existing test database. Thanks Tim Graham for the review.
* Ran 'CREATE EXTENSION postgis' during prepare_database hookClaude Paroz2014-12-081-0/+19
| | | | DatabaseWrapper.prepare_database has been introduced in 307de67073.
* Factorized schema_editor() at BaseDatabaseWrapper levelClaude Paroz2014-09-261-4/+2
|
* Removed some more hardcoded backends in GIS testsClaude Paroz2014-08-261-0/+1
| | | | Refs #22632. Thanks Tim Graham for the review.
* Replaced no_spatialite by connection featuresClaude Paroz2014-08-231-1/+1
| | | | Refs #22632. Thanks Tim Graham for the review.
* Replaced HAS_SPATIAL_DB by testing database featureClaude Paroz2014-08-191-1/+10
| | | | | | Refs #22632. This should be the base for using more database features to exclude specific backends in GIS tests. Thanks Tim Graham for the review.
* PostGIS schema editor supportAndrew Godwin2013-11-271-0/+5
|
* Don't initialize PostGIS-specific stuff for non-db connectionsClaude Paroz2013-11-091-3/+5
| | | | Refs #16969.
* Remove dsome import *Alex Gaynor2013-10-261-1/+1
|
* Fixed #12637 -- GeoDjango's `inspectdb` command is now a subclass of ↵Justin Bronn2010-01-181-0/+2
| | | | | | Django's, and works with all spatial backends (Oracle and SpatiaLite did work before). This changeset introduces new introspection modules for all of the spatial backends and adds hooks to the original `inspectdb.Command` class to enable reuse. git-svn-id: http://code.djangoproject.com/svn/django/trunk@12257 bcc190cf-cafb-0310-a4f2-bffc1f526a37
* Fixed #1142 -- Added multiple database support.Russell Keith-Magee2009-12-221-0/+10
This monster of a patch is the result of Alex Gaynor's 2009 Google Summer of Code project. Congratulations to Alex for a job well done. Big thanks also go to: * Justin Bronn for keeping GIS in line with the changes, * Karen Tracey and Jani Tiainen for their help testing Oracle support * Brett Hoerner, Jon Loyens, and Craig Kimmerer for their feedback. * Malcolm Treddinick for his guidance during the GSoC submission process. * Simon Willison for driving the original design process * Cal Henderson for complaining about ponies he wanted. ... and everyone else too numerous to mention that helped to bring this feature into fruition. git-svn-id: http://code.djangoproject.com/svn/django/trunk@11952 bcc190cf-cafb-0310-a4f2-bffc1f526a37