django1/django/contrib/gis
Justin Bronn ea07fe7a3f Fixed a geographic sitemaps regression introduced in r13876.
git-svn-id: http://code.djangoproject.com/svn/django/trunk@13879 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2010-09-27 00:20:42 +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 Added a missing ASCII 32 in a GIS form field error message. Thanks Alex Gaynor for catching it. 2009-04-30 20:12:24 +00:00
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 Fixed #11249, #11261 -- Blocks may now be overridden again `google-map.js` template; now use GMaps `setUIToDefault` to use default controls. Thanks to ludifan and Peter Landry for the ttickets and patch. 2009-06-29 17:17:45 +00:00
sitemaps Fixed a geographic sitemaps regression introduced in r13876. 2010-09-27 00:20:42 +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 Merged the gis branch into trunk. 2008-08-05 18:13:06 +00:00
feeds.py Fixed #6547, added support for GeoRSS feeds in `django.contrib.gis.feeds`; added the `feed_extra_kwargs` and `item_extra_kwargs` to the `Feed` baseclass so that it's possible for subclasses to add dynamic attributes. 2008-08-16 20:40:47 +00:00
measure.py Fixed #12390 -- `Distance` and `Area` objects now support multiplication when they are the right-hand side. 2009-12-17 18:21:30 +00:00
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 Fixed #11624: `render_to_kmz` no longer balks on non-ASCII data. 2009-09-12 18:35:08 +00:00