summaryrefslogtreecommitdiff
path: root/django/contrib/gis/db/backends/spatialite/base.py
Commit message (Expand)AuthorAgeFilesLines
* Refs #33476 -- Reformatted code with Black.django-bot2022-02-071-18/+20
* Fixed #32575 -- Added support for SpatiaLite 5.Claude Paroz2021-04-081-1/+4
* Fixed #29484 -- Removed the need to specify SPATIALITE_LIBRARY_PATH with Spat...Claude Paroz2018-06-091-12/+22
* Fixed #28654 -- Dropped support for SpatiaLite 4.0.Tim Graham2017-09-301-2/+1
* Used sqlite3.Connection.load_extension() instead of query execution for Spati...Sergey Fedoseev2017-09-121-6/+3
* Refs #23919 -- Replaced super(ClassName, self) with super().chillaranand2017-01-251-3/+3
* Refs #23919 -- Replaced six.reraise by raiseClaude Paroz2017-01-221-7/+4
* Refs #23919 -- Removed pysqlite support (it's Python 2 only).Tim Graham2017-01-201-9/+4
* Fixed #27170 -- Added DatabaseWrapper class attributes to ease subclassing.Chris Jerdonek2016-09-081-4/+5
* Removed obsolete SQL generation methods.Tim Graham2015-01-181-2/+0
* Fixed #22603 -- Reorganized classes in django.db.backends.Tim Graham2015-01-141-23/+10
* Fixed #20968 -- Checked Spatialite metadata before migrationsClaude Paroz2014-12-081-0/+9
* Renamed SpatiaLite feature flag introduced in refs #23152.Tim Graham2014-10-311-1/+1
* Fixed #23152 -- Added support for transactional Spatialite metadata initializ...Tim Graham2014-10-301-0/+8
* Factorized schema_editor() at BaseDatabaseWrapper levelClaude Paroz2014-09-261-4/+2
* Replaced no_spatialite by connection featuresClaude Paroz2014-08-231-1/+3
* Replaced HAS_SPATIAL_DB by testing database featureClaude Paroz2014-08-191-1/+8
* Added Spatialite support to the new migration frameworkClaude Paroz2014-04-231-0/+5
* Continue to attack E302 violationsAlex Gaynor2013-11-021-0/+1
* Fixed #18003 -- Preserved tracebacks when re-raising errors.konarkmodi2013-03-191-2/+6
* Removed unused imports.Aymeric Augustin2013-03-121-4/+2
* Refactored gis/spatialite connection initializationAnssi Kääriäinen2012-11-271-26/+20
* Fixed #18013 -- Use the new 'as' syntax for exceptions.Claude Paroz2012-04-291-1/+1
* Removed code duplicated in SQLite3 and SpatiaLite GeoDjango DB backends.Ramiro Morales2012-02-111-16/+1
* Fixed #16408 -- Fixed conversion of dates, and other problems with the Spatia...Justin Bronn2011-09-091-4/+5
* Fixed #16225 -- Removed unused imports. Many thanks to Aymeric Augustin for t...Jannis Leidel2011-07-131-2/+3
* Fixed #13798 -- Added connection argument to the connection_created signal. T...Russell Keith-Magee2010-08-301-1/+1
* Fixed #12605 -- Removed redundant import of `ImproperlyConfigured`. Thanks, ...Justin Bronn2010-01-271-1/+0
* Fixed #12637 -- GeoDjango's `inspectdb` command is now a subclass of Django's...Justin Bronn2010-01-181-0/+2
* Changed a whole bunch of places to raise exception instances instead of old-s...Adrian Holovaty2010-01-101-1/+1
* Fixed problem in which SpatiaLite library would not be loaded for the connect...Justin Bronn2010-01-011-13/+16
* Fixed #1142 -- Added multiple database support.Russell Keith-Magee2009-12-221-0/+73