django1/django/contrib/gis/db/backend/spatialite
Justin Bronn d7870d3444 Upgraded SpatiaLite default initialization SQL file name for 2.3 release.
git-svn-id: http://code.djangoproject.com/svn/django/trunk@10527 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2009-04-11 22:31:28 +00:00
..
__init__.py Now support SVG output in SpatiaLite; added tests for SVG output. 2009-04-07 20:12:08 +00:00
adaptor.py Fixed #9686 -- SpatiaLite is now a supported spatial database backend. Thanks to Matthew Hancher for initial patch and hard work in implementing this feature. 2009-03-30 22:15:41 +00:00
creation.py Upgraded SpatiaLite default initialization SQL file name for 2.3 release. 2009-04-11 22:31:28 +00:00
field.py Now take advantage of new argument accepted by `AddGeometryColumn` in SpatiaLite 2.3 that allows geometry columns to specified as `NOT NULL`. 2009-04-08 00:09:06 +00:00
models.py Refactored `get_srid_info` to use the ORM (now possible since it's no longer used in `GeometryField.__init__`), and moved to `fields` module; removed unnecessary code. 2009-04-10 18:08:37 +00:00
query.py Now support SVG output in SpatiaLite; added tests for SVG output. 2009-04-07 20:12:08 +00:00