django1/django/contrib/gis
Eric Boersma 180b9955cc [1.6.x] Fixed #21035 -- Changed docs to treat the acronym SQL phonetically.
The documentation and comments now all use 'an' to
refer to the word SQL and not 'a'.

Backport of 4d13cc56de from master
2013-09-05 20:16:14 -04:00
..
admin Removed several unused imports. 2013-06-19 17:18:40 +02:00
db [1.6.x] Fixed #21035 -- Changed docs to treat the acronym SQL phonetically. 2013-09-05 20:16:14 -04:00
forms [1.6.x] Fixed #21003 -- Ensured geometry widget return value has SRID 2013-09-03 13:55:20 +02:00
gdal Fixed #17365, #17366, #18727 -- Switched to discovery test runner. 2013-05-10 23:08:45 -04:00
geoip Fixed #17365, #17366, #18727 -- Switched to discovery test runner. 2013-05-10 23:08:45 -04:00
geometry Fixed #19357 -- Allow non-ASCII chars in filesystem paths 2012-12-08 11:13:52 +01:00
geos Removed several unused imports. 2013-06-19 17:18:40 +02:00
locale Updated translation templates and removed en translations 2013-05-02 16:25:23 +02:00
management [1.6.x] Fixed #20224 -- Update docs examples which mention __unicode__ 2013-07-05 19:30:08 +02:00
maps [1.6.x] Fixed #20773 -- [gis] Fixed regression in GoogleMap output 2013-07-22 10:03:31 +02:00
sitemaps Replaced an antiquated pattern. 2013-05-17 18:08:58 +02:00
static/gis/js [1.6.x] Isolated map creation JS code 2013-09-03 13:54:50 +02:00
templates/gis [1.6.x] Fixed #20998 -- Allow custom (de)serialization for GIS widgets 2013-09-02 13:34:26 +02:00
tests [1.6.x] Fixed #21003 -- Ensured geometry widget return value has SRID 2013-09-03 13:55:20 +02:00
utils [1.6.x] Fixed #20224 -- Update docs examples which mention __unicode__ 2013-07-05 19:30:08 +02:00
__init__.py [py3] Added buffer/memoryview compatibility 2012-09-23 19:55:53 +02:00
feeds.py Fixed #18269 -- Applied unicode_literals for Python 3 compatibility. 2012-06-07 18:08:47 +02:00
measure.py Fixed #18963 -- Used a subclass-friendly pattern 2012-11-03 22:07:35 +01: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