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