1
0
mirror of https://github.com/django/django.git synced 2024-12-25 18:46:22 +00:00
django/django/contrib/gis
2010-01-29 18:07:49 +00:00
..
admin Fixed #11401 -- Update geographic admin to use OpenLayers 2.8 as OpenStreetMap does not support previous versions. Thanks, yourcelf for ticket and patch. 2009-06-29 17:49:01 +00:00
db Now look for DatabaseError during PostGIS backend initialization, as it is now raised instead of a ProgrammingError after changes in r12352. 2010-01-29 17:58:55 +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 OGRGeometry objects may now be pickled. 2010-01-27 03:47:37 +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 Applied DRY and centralized geometry input regular expressions; OGRGeometry may now consume and output EWKT. 2010-01-27 03:32:30 +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 #1142 -- Added multiple database support. 2009-12-22 15:18:51 +00:00
templates/gis 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
tests Fixed geographic feed test failure due to Rss201rev2Feed additions in r12338. 2010-01-29 18:07:49 +00:00
utils Fixed #12591 -- Renamed add_postgis_srs to add_srs_entry (keeping backwards-compatible alias), added database keyword for multi-db, removed deprecated SpatialBackend references; no longer use get_or_create and look for existing entry based on SRID value. 2010-01-14 17:43:46 +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 #1142 -- Added multiple database support. 2009-12-22 15:18:51 +00:00
shortcuts.py Fixed #11624: render_to_kmz no longer balks on non-ASCII data. 2009-09-12 18:35:08 +00:00