summaryrefslogtreecommitdiff
path: root/django/contrib/gis
AgeCommit message (Expand)Author
2010-11-02Updated OpenLayers (now points to 2.10) and OpenStreetMap JavaScript URLs.Justin Bronn
2010-11-01Fixed some a stale location and whitespace in GeoIP tests.Justin Bronn
2010-11-01Fixed regression introduced in r13755 that prevented the running of the GEOS/...Justin Bronn
2010-10-29Fixed #14181 -- Added a template tag and filters to allow localization to be ...Russell Keith-Magee
2010-10-24Fixed #13617 -- `OSMGeoAdmin` now works again when `USE_L10N` (or `LANGUAGE_C...Justin Bronn
2010-10-12Enabled area calculations for geography columns.Justin Bronn
2010-10-11Fixed #14433 - replaced a thread-unsafe solution to #10235 introduced in [13980]Luke Plant
2010-10-11Fixed #12991 -- Added unittest2 support. Thanks to PaulM for the draft patch,...Russell Keith-Magee
2010-10-11Fixed #14436 -- Escalated 1.2 PendingDeprecationWarnings to DeprecationWarnin...Russell Keith-Magee
2010-10-09Fixed #11509 -- Modified usage of "Web" to match our style guide in various d...Russell Keith-Magee
2010-10-04Fixed #14386, #8960, #10235, #10909, #10608, #13845, #14377 - standardize Sit...Luke Plant
2010-09-27Fixed a geographic sitemaps regression introduced in r13876.Justin Bronn
2010-09-26Fixed #13827 -- Cleaned up a few unnecessary function calls.Jannis Leidel
2010-09-12Fixed #14060 -- PostGIS never implemented the `~=` operator for geography typ...Justin Bronn
2010-09-12Fixed regression in running the GeoDjango test suite after r13670 with additi...Justin Bronn
2010-08-30Fixed #13798 -- Added connection argument to the connection_created signal. T...Russell Keith-Magee
2010-07-21Fixed #13967 -- MySQL spatial backend now respects when `spatial_index=False`...Justin Bronn
2010-07-20Fixed #13934 -- `GeoSQLCompiler.get_default_columns` was missing `local_only`...Justin Bronn
2010-06-23Fixed #13779 -- Can now discover GDAL 1.7 from debian-based packages. Thanks...Justin Bronn
2010-05-05Removed duplicated code from `django.contrib.gis.db.backend` and added a depr...Justin Bronn
2010-05-04Fixed #13315, #13430 -- Recreated `django.contrib.gis.db.backend` module with...Justin Bronn
2010-04-16Fixed #11810 -- Fixed typo and errors that prevented `modifiable` from workin...Justin Bronn
2010-04-11Fixed #9437 -- Now close the connection after getting the PostGIS version dur...Justin Bronn
2010-04-01Fixed #13256 -- `OGRGeometry` no longer raises an exception when compared to ...Justin Bronn
2010-03-31No longer use the deprecated GEOS C API function `GEOSGeomFromWKB_buf` when u...Justin Bronn
2010-03-30PostGIS 1.5 allows distance queries on non-point geographic geometry columns ...Justin Bronn
2010-03-30Fixed #8904 -- Improved error message when spatial lookup is not available, a...Justin Bronn
2010-03-29Fixed #10594 -- `GeoQuerySet` measurment methods no longer crash on geometry ...Justin Bronn
2010-03-29Added another GDAL bug workaround for retrieving the correct coordinate dimen...Justin Bronn
2010-03-29Fixed #13070 -- Introduced fallback code to detect SpatiaLite 2.3.0 versions ...Justin Bronn
2010-03-29Fixed #11785 -- Clarified error message when the layer geometry type doesn't ...Justin Bronn
2010-03-29Fixed #12312 -- Set the coordinate dimension on each component of geometry co...Justin Bronn
2010-03-25Peform smarter version detection of GDAL so development versions are supported.Justin Bronn
2010-02-27Removed more stray tabs in Python files.Karen Tracey
2010-02-24Fixed #11353 -- `GeometryProxy` descriptor no longer chokes when accessed fro...Justin Bronn
2010-01-29Fixed geographic feed test failure due to `Rss201rev2Feed` additions in r12338.Justin Bronn
2010-01-29Now look for `DatabaseError` during PostGIS backend initialization, as it is ...Justin Bronn
2010-01-29Renamed `reverse` to `reverse_geom` because of clash with existing `QuerySet`...Justin Bronn
2010-01-29Added `reverse` and `force_rhr` methods to `GeoQuerySet`. Refs #12416.Justin Bronn
2010-01-27`GeoQuerySet.distance` now allows calculations to/from non-point geodetic geo...Justin Bronn
2010-01-27Fixed #12605 -- Removed redundant import of `ImproperlyConfigured`. Thanks, ...Justin Bronn
2010-01-27Fixed #12706 -- Forgot to pass `using` kwarg in parent class initialization o...Justin Bronn
2010-01-27`OGRGeometry` objects may now be pickled.Justin Bronn
2010-01-27Applied DRY and centralized geometry input regular expressions; `OGRGeometry`...Justin Bronn
2010-01-27Got rid of Python 2.3 compatibility global, and thus `OGRGeomType` import wra...Justin Bronn
2010-01-26Fixed #12690 -- Fixed SQL template used for Oracle's with `SDO_RELATE` functi...Justin Bronn
2010-01-22Modified `GeoManager.get_query_set` to reflect changes made for database rout...Justin Bronn
2010-01-22Fixed #12540, #12541 -- Added database routers, allowing for configurable dat...Russell Keith-Magee
2010-01-18Fixed problems associated with the `GeometryField` SRID cache: it is now keye...Justin Bronn
2010-01-18Fixed #12637 -- GeoDjango's `inspectdb` command is now a subclass of Django's...Justin Bronn