django1/django/contrib/gis
Justin Bronn 553374b55d Fixed #14060 -- PostGIS never implemented the `~=` operator for geography types, so removed support for it.
git-svn-id: http://code.djangoproject.com/svn/django/trunk@13757 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2010-09-12 02:07:04 +00:00
..
admin Fixed #11810 -- Fixed typo and errors that prevented `modifiable` from working in the geographic admin. Thanks to Rob Coup for the bug report. Refs #12504. 2010-04-16 16:34:42 +00:00
db Fixed #14060 -- PostGIS never implemented the `~=` operator for geography types, so removed support for it. 2010-09-12 02:07:04 +00:00
forms
gdal Fixed #13779 -- Can now discover GDAL 1.7 from debian-based packages. Thanks to Leo for bug report and patch. 2010-06-23 17:17:22 +00:00
geometry Applied DRY and centralized geometry input regular expressions; `OGRGeometry` may now consume and output EWKT. 2010-01-27 03:32:30 +00:00
geos No longer use the deprecated GEOS C API function `GEOSGeomFromWKB_buf` when unpickling `GEOSGeometry` objects. 2010-03-31 18:55:52 +00:00
management Fixed #12637 -- GeoDjango's `inspectdb` command is now a subclass of Django's, and works with all spatial backends (Oracle and SpatiaLite did work before). This changeset introduces new introspection modules for all of the spatial backends and adds hooks to the original `inspectdb.Command` class to enable reuse. 2010-01-18 21:02:47 +00:00
maps
sitemaps Fixed #1142 -- Added multiple database support. 2009-12-22 15:18:51 +00:00
templates/gis Fixed #11810 -- Fixed typo and errors that prevented `modifiable` from working in the geographic admin. Thanks to Rob Coup for the bug report. Refs #12504. 2010-04-16 16:34:42 +00:00
tests Fixed #14060 -- PostGIS never implemented the `~=` operator for geography types, so removed support for it. 2010-09-12 02:07:04 +00:00
utils Fixed #11785 -- Clarified error message when the layer geometry type doesn't match the model field. Thanks, esizikov for bug report and initial patch. 2010-03-29 18:33:23 +00:00
__init__.py
feeds.py
measure.py
models.py Fixed #13315, #13430 -- Recreated `django.contrib.gis.db.backend` module with `SpatialBackend` alias and added `Adaptor` alias for backwards-compatibility purposes; added GeoDjango 1.2 backwards-incompatibility documentation and release notes; added a section in the docs about how MySQL is a crippled spatial database; updated versions in install docs. 2010-05-04 21:43:40 +00:00
shortcuts.py