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
/
spatialite
/
base.py
Age
Commit message (
Expand
)
Author
2022-02-07
Refs #33476 -- Reformatted code with Black.
django-bot
2021-04-08
Fixed #32575 -- Added support for SpatiaLite 5.
Claude Paroz
2018-06-09
Fixed #29484 -- Removed the need to specify SPATIALITE_LIBRARY_PATH with Spat...
Claude Paroz
2017-09-30
Fixed #28654 -- Dropped support for SpatiaLite 4.0.
Tim Graham
2017-09-12
Used sqlite3.Connection.load_extension() instead of query execution for Spati...
Sergey Fedoseev
2017-01-25
Refs #23919 -- Replaced super(ClassName, self) with super().
chillaranand
2017-01-22
Refs #23919 -- Replaced six.reraise by raise
Claude Paroz
2017-01-20
Refs #23919 -- Removed pysqlite support (it's Python 2 only).
Tim Graham
2016-09-08
Fixed #27170 -- Added DatabaseWrapper class attributes to ease subclassing.
Chris Jerdonek
2015-01-18
Removed obsolete SQL generation methods.
Tim Graham
2015-01-14
Fixed #22603 -- Reorganized classes in django.db.backends.
Tim Graham
2014-12-08
Fixed #20968 -- Checked Spatialite metadata before migrations
Claude Paroz
2014-10-31
Renamed SpatiaLite feature flag introduced in refs #23152.
Tim Graham
2014-10-30
Fixed #23152 -- Added support for transactional Spatialite metadata initializ...
Tim Graham
2014-09-26
Factorized schema_editor() at BaseDatabaseWrapper level
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
2014-04-23
Added Spatialite support to the new migration framework
Claude Paroz
2013-11-02
Continue to attack E302 violations
Alex Gaynor
2013-03-19
Fixed #18003 -- Preserved tracebacks when re-raising errors.
konarkmodi
2013-03-12
Removed unused imports.
Aymeric Augustin
2012-11-27
Refactored gis/spatialite connection initialization
Anssi Kääriäinen
2012-04-29
Fixed #18013 -- Use the new 'as' syntax for exceptions.
Claude Paroz
2012-02-11
Removed code duplicated in SQLite3 and SpatiaLite GeoDjango DB backends.
Ramiro Morales
2011-09-09
Fixed #16408 -- Fixed conversion of dates, and other problems with the Spatia...
Justin Bronn
2011-07-13
Fixed #16225 -- Removed unused imports. Many thanks to Aymeric Augustin for t...
Jannis Leidel
2010-08-30
Fixed #13798 -- Added connection argument to the connection_created signal. T...
Russell Keith-Magee
2010-01-27
Fixed #12605 -- Removed redundant import of `ImproperlyConfigured`. Thanks, ...
Justin Bronn
2010-01-18
Fixed #12637 -- GeoDjango's `inspectdb` command is now a subclass of Django's...
Justin Bronn
2010-01-10
Changed a whole bunch of places to raise exception instances instead of old-s...
Adrian Holovaty
2010-01-01
Fixed problem in which SpatiaLite library would not be loaded for the connect...
Justin Bronn
2009-12-22
Fixed #1142 -- Added multiple database support.
Russell Keith-Magee