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