django1/django/contrib/gis
Justin Bronn 3cd1e80ae4 Fixed `check_geom` and `check_srs` to accept larger sized pointer addresses as returned by some platforms (including OpenBSD 4.4 and Fedora 8).
git-svn-id: http://code.djangoproject.com/svn/django/trunk@9693 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2009-01-03 01:37:51 +00:00
..
admin Fixed #9391 -- `AdminSite` and `ModelAdmin` now exposed in `django.contrib.gis.admin` for API consistency and convenience. 2008-10-26 18:01:15 +00:00
db Fixed #9572 -- use `opts` argument. Thanks SeanL for bug report and patch. 2008-12-06 01:52:14 +00:00
forms Fixed the `GeometryField` form to catch more than just GEOS exceptions. 2008-08-26 00:34:34 +00:00
gdal Fixed `check_geom` and `check_srs` to accept larger sized pointer addresses as returned by some platforms (including OpenBSD 4.4 and Fedora 8). 2009-01-03 01:37:51 +00:00
geos Fixed #9892 -- support additional binary packages for GEOS & GDAL libs on OSX & Ubuntu platforms. 2008-12-26 16:02:45 +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 #8113. Made `get_width_height` a `GoogleZoom` method that takes the extent instead of an envelope so it may handle Point geometries. Thanks to Santiago Aguiar for the bug report. 2008-08-17 21:09:28 +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 #8172 -- Improved a whole bunch of contrib templates (admin, databrowse, admindocs, etc.) to remove unnecessary 'escape' filters, given autoescaping. Also removed unnecessary {% if %} tags and shortened some {% if %}/{% else %} tags to use {% firstof %}. Thanks for the patch, benspaulding 2008-09-08 05:19:28 +00:00
tests Fixed #9664 -- `LayerMapping` now works with MySQL spatial backends. 2008-12-26 20:04:11 +00:00
utils Fixed #9664 -- `LayerMapping` now works with MySQL spatial backends. 2008-12-26 20:04:11 +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 Merged the gis branch into trunk. 2008-08-05 18:13:06 +00:00
models.py gis: Fixed #8207; now shield 2.4 test runners from attempting to import ctypes. 2008-08-10 17:36:12 +00:00
shortcuts.py Fixed a Python 2.4 incompatibility in `compress_kml`. 2008-12-08 14:50:06 +00:00