summaryrefslogtreecommitdiff
path: root/django/contrib/gis/db/backends/spatialite/models.py
AgeCommit message (Expand)Author
2025-03-01Applied Black's 2025 stable style.Mariusz Felisiak
2024-01-26Applied Black's 2024 stable style.Mariusz Felisiak
2022-02-07Refs #33476 -- Reformatted code with Black.django-bot
2018-12-27Followed style guide for model attribute ordering.Matt Wiens
2017-02-04Refs #27656 -- Updated django.contrib docstring verb style according to PEP 257.Anton Samarchyan
2017-01-18Refs #23919 -- Removed python_2_unicode_compatible decorator usageClaude Paroz
2016-06-01Refs #25645 -- Removed SpatiaLite 3.x compatibility in SpatialiteSpatialRefSy...Sergey Fedoseev
2016-05-31Fixed #25645 -- Dropped support for SpatiaLite < 4.0.Tim Graham
2015-02-06Sorted imports with isort; refs #23860.Tim Graham
2015-01-14Fixed #22603 -- Reorganized classes in django.db.backends.Tim Graham
2015-01-02Fixed #24064 -- Prevented database access at compile time in spatialite models.Andriy Sokolovskiy
2014-07-23Adapted SpatialiteGeometryColumns model to spatialite >= 4Claude Paroz
2014-06-08Gave unique names to SpatialRefSysModels.Aymeric Augustin
2014-04-26Fix many many typos in comments throughout the codebaseAlex Gaynor
2013-12-06Added new 'srtext' spatialite 4.x SpatialRefSys column to its model.Ramiro Morales
2013-11-02Continue to attack E302 violationsAlex Gaynor
2012-08-12[py3] Refactored __unicode__ to __str__.Aymeric Augustin
2010-05-04Fixed #13315, #13430 -- Recreated `django.contrib.gis.db.backend` module with...Justin Bronn
2009-12-22Fixed #1142 -- Added multiple database support.Russell Keith-Magee