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