django1/django/contrib/gis
Baptiste Mispelon 24f9967619 Fixed regression introduced by 20472aa827.
The wrong exception was being caught when detecting the presence of GeoIP.
Thanks to ramiro for the report.
2013-10-09 11:53:43 +02:00
..
admin Fixed a number of lint warnings, particularly around unused variables. 2013-08-04 09:17:10 -07:00
db Improved error message while setting GeometryProxy 2013-10-06 21:29:39 +02:00
forms Fixed #21189: Cleaned up usage of bare except clauses. 2013-10-05 11:50:03 +02:00
gdal Fixed #20989 -- Removed useless explicit list comprehensions. 2013-08-30 10:57:51 -04:00
geoip Fixed regression introduced by 20472aa827. 2013-10-09 11:53:43 +02:00
geometry Fixed #20989 -- Removed explicit list comprehension inside dict() and tuple() 2013-08-29 12:11:03 -04:00
geos Fixed #21189: Cleaned up usage of bare except clauses. 2013-10-05 11:50:03 +02:00
locale Updated translation templates and removed en translations 2013-05-02 16:25:23 +02:00
management Removed a ton of unused local vars 2013-09-08 08:05:16 -07:00
maps Fixed #20989 -- Removed useless explicit list comprehensions. 2013-08-30 10:57:51 -04:00
sitemaps Fixed #21189: Cleaned up usage of bare except clauses. 2013-10-05 11:50:03 +02:00
static/gis/js Isolated map creation JS code 2013-09-03 13:53:35 +02:00
templates/gis Fixed #20998 -- Allow custom (de)serialization for GIS widgets 2013-09-02 13:32:00 +02:00
tests Properly marked skipped GIS tests as skipped 2013-09-24 12:23:42 +02:00
utils Fixed #21189: Cleaned up usage of bare except clauses. 2013-10-05 11:50:03 +02:00
__init__.py [py3] Added buffer/memoryview compatibility 2012-09-23 19:55:53 +02:00
feeds.py Fixed #20989 -- Removed useless explicit list comprehensions. 2013-08-30 10:57:51 -04:00
measure.py Fixed #20989 -- Removed explicit list comprehension inside dict() and tuple() 2013-08-29 12:11:03 -04: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 #18269 -- Applied unicode_literals for Python 3 compatibility. 2012-06-07 18:08:47 +02:00