django1/django/contrib/gis
Claude Paroz a768b1d94a Removed numbering of GEOS tests. 2012-05-28 11:15:31 +02:00
..
admin Fixed #14886 -- Added wms_options dict to GeoModelAdmin. 2012-05-25 21:00:44 +02:00
db Imported zip from future_builtins instead of itertools.izip. 2012-05-07 17:25:12 +02: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 Replaced types.NoneType occurrences 2012-05-23 12:20:03 +02:00
geoip Added more relative imports in contrib.gis. 2012-05-18 17:06:25 +02:00
geometry Fixed #18013 -- Use the new 'as' syntax for exceptions. 2012-04-29 20:57:15 +02:00
geos Removed numbering of GEOS tests. 2012-05-28 11:15:31 +02:00
locale Pulled gis translations updates from Transifex. Refs #17822. 2012-03-23 03:06:20 +00:00
management Fixed #18013 -- Use the new 'as' syntax for exceptions. 2012-04-29 20:57:15 +02:00
maps Got rid of old __cmp__methods replaced by rich comparison. 2012-05-18 14:52:24 +02:00
sitemaps Fixed #17458 -- Marked Http404 error messages for translation. Thanks, Claude Paroz. 2012-02-04 21:01:11 +00:00
templates/gis Fixed #14886 -- Added wms_options dict to GeoModelAdmin. 2012-05-25 21:00:44 +02:00
tests Updated WMS URL in geoadmin test. 2012-05-26 00:02:15 +02:00
utils Fixed #18367 -- Allowed LayerMapping to store strings in TextField. 2012-05-24 09:57:22 +02:00
__init__.py Merged the gis branch into trunk. 2008-08-05 18:13:06 +00:00
feeds.py Fixed #16225 -- Removed unused imports. Many thanks to Aymeric Augustin for the work on the patch and Alex for reviewing. 2011-07-13 09:35:51 +00:00
measure.py Got rid of old __cmp__methods replaced by rich comparison. 2012-05-18 14:52:24 +02: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 Replaced cStringIO.StringIO by io.BytesIO. 2012-05-05 21:41:44 +02:00
views.py Fixed #17458 -- Marked Http404 error messages for translation. Thanks, Claude Paroz. 2012-02-04 21:01:11 +00:00