django1/django/contrib/gis
Malcolm Tredinnick dded5f52cc Fixed #10695 -- Fixed implementation of deferred attribute retrieval.
The original implementation had a few silly bugs in it that meant that data was
not being used only on the instance of the class that it was appropriate for
(one of the traps when using class-level things). No more!

Thanks to Justin Bronn and Alex Gaynor for the patch.

git-svn-id: http://code.djangoproject.com/svn/django/trunk@10382 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2009-04-04 03:21:31 +00:00
..
admin Fixed #9130 -- Fixed typo in comment, thanks scel. 2009-03-30 22:10:36 +00:00
db Fixed #9745 -- Added the `GeoQuerySet` methods `snap_to_grid` and `geojson`. 2009-04-02 16:50:44 +00:00
forms Refactored and cleaned up parts of the spatial database backend. Changes include: 2009-03-30 17:15:49 +00:00
gdal Maintenance refactor of the GDAL (OGR) ctypes interface. Changes include: 2009-03-07 23:02:48 +00:00
geos Tweaked a GIS expected test failure. 2009-04-04 03:20:39 +00:00
management Fixed `ogrinspect` management commannd -- no longer try to pass the global `verbosity` option where it shouldn't go. Refs r9110. 2008-10-25 19:16:45 +00:00
maps Fixed #10480 -- made `icons` a property to add more flexibility. 2009-03-20 02:10:47 +00:00
sitemaps Fixed `GeoRSSSitemap` to no longer use both `args` and `kwargs` with `urlresolvers.reverse` (no longer allowed since r8760). 2008-09-02 17:13:39 +00:00
templates/gis Fixed #9204 -- Added `GIcon` overlay, allowing customization for icons of `GMarker` objects. Thanks to qingfeng for initial ticket/patch, and to prairiedogg for final implementation. 2009-03-10 18:03:35 +00:00
tests Fixed #10695 -- Fixed implementation of deferred attribute retrieval. 2009-04-04 03:21:31 +00:00
utils Fixed the `add_postgis_srs` routine to support SpatiaLite. 2009-03-30 22:54:24 +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 #6767: changed the way the Oracle backend fetches numbers to prevent decimals being returned as floats. 2009-01-15 20:39:09 +00:00
models.py Fixed #9437 -- Now close database connection within `get_srid_info`. Thanks, mattxbart. 2009-03-31 15:49:25 +00:00
shortcuts.py Fixed a Python 2.4 incompatibility in `compress_kml`. 2008-12-08 14:50:06 +00:00