django1/django/contrib/gis
Ramiro Morales b7715b4ae6 Fixed #15772 -- Corrected an oversight from r16016 in MySQL GeoDjango DB backend. Thanks JannKleen for the report and patch.
git-svn-id: http://code.djangoproject.com/svn/django/trunk@16021 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2011-04-06 11:19:37 +00:00
..
admin Fixed #15533 -- Now use 3857 as spherical mercator projection instead of deprecated 900913 on platforms that support it. Thanks to cnorthwood for bug report and Christopher Schmidt for OpenLayers JavaScript workaround. 2011-03-16 02:58:35 +00:00
db Fixed #15772 -- Corrected an oversight from r16016 in MySQL GeoDjango DB backend. Thanks JannKleen for the report and patch. 2011-04-06 11:19:37 +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 integer overflows that occurred when `OFTReal` fields were treated as `OFTInteger`. 2011-03-30 16:56:53 +00:00
geometry Fix for running GEOS/GDAL tests on Python 2.6 and below. 2010-11-06 16:29:19 +00:00
geos Removed a bunch of Python 2.4 workarounds now that we don't support it. Refs #15702 -- thanks to jonash for the patch. Splitting this over muliple commits to make it more manageable. 2011-03-28 01:40:43 +00:00
locale Removed deprecated 'no' translation 2011-04-02 08:43:43 +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 #11509 -- Modified usage of "Web" to match our style guide in various documentation, comments and code. Thanks to timo and Simon Meers for the work on the patch. 2010-10-09 08:12:50 +00:00
sitemaps Fixed #14433 - replaced a thread-unsafe solution to #10235 introduced in [13980] 2010-10-11 14:34:42 +00:00
templates/gis Fixed #15533 -- Now use 3857 as spherical mercator projection instead of deprecated 900913 on platforms that support it. Thanks to cnorthwood for bug report and Christopher Schmidt for OpenLayers JavaScript workaround. 2011-03-16 02:58:35 +00:00
tests Advanced deprecations in contrib.gis. 2011-04-02 08:34:50 +00:00
utils Fixed `LayerMapping` to support `BigIntegerField` and removed support for `XMLField`. 2011-03-30 19:23:43 +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