summaryrefslogtreecommitdiff
path: root/django/contrib/gis/db/backends/spatialite/models.py
Commit message (Expand)AuthorAgeFilesLines
* Refs #33476 -- Reformatted code with Black.django-bot2022-02-071-8/+10
* Followed style guide for model attribute ordering.Matt Wiens2018-12-271-9/+13
* Refs #27656 -- Updated django.contrib docstring verb style according to PEP 257.Anton Samarchyan2017-02-041-2/+2
* Refs #23919 -- Removed python_2_unicode_compatible decorator usageClaude Paroz2017-01-181-2/+0
* Refs #25645 -- Removed SpatiaLite 3.x compatibility in SpatialiteSpatialRefSy...Sergey Fedoseev2016-06-011-4/+1
* Fixed #25645 -- Dropped support for SpatiaLite < 4.0.Tim Graham2016-05-311-18/+3
* Sorted imports with isort; refs #23860.Tim Graham2015-02-061-2/+2
* Fixed #22603 -- Reorganized classes in django.db.backends.Tim Graham2015-01-141-1/+1
* Fixed #24064 -- Prevented database access at compile time in spatialite models.Andriy Sokolovskiy2015-01-021-6/+17
* Adapted SpatialiteGeometryColumns model to spatialite >= 4Claude Paroz2014-07-231-1/+4
* Gave unique names to SpatialRefSysModels.Aymeric Augustin2014-06-081-2/+4
* Fix many many typos in comments throughout the codebaseAlex Gaynor2014-04-261-4/+4
* Added new 'srtext' spatialite 4.x SpatialRefSys column to its model.Ramiro Morales2013-12-061-1/+5
* Continue to attack E302 violationsAlex Gaynor2013-11-021-0/+2
* [py3] Refactored __unicode__ to __str__.Aymeric Augustin2012-08-121-1/+3
* Fixed #13315, #13430 -- Recreated `django.contrib.gis.db.backend` module with...Justin Bronn2010-05-041-2/+0
* Fixed #1142 -- Added multiple database support.Russell Keith-Magee2009-12-221-0/+62