summaryrefslogtreecommitdiff
path: root/django/contrib/gis
AgeCommit message (Expand)Author
2010-01-14Fixed #12591 -- Renamed `add_postgis_srs` to `add_srs_entry` (keeping backwar...Justin Bronn
2010-01-12Fixed #10923 -- The GEOS bindings now use the thread-safe API, when applicabl...Justin Bronn
2010-01-10Changed a whole bunch of places to raise exception instances instead of old-s...Adrian Holovaty
2010-01-04Fixed #12479 -- Pass in connection argument to `as_sql` in `GeoSQLCompiler.ge...Justin Bronn
2010-01-01Fixed problem in which SpatiaLite library would not be loaded for the connect...Justin Bronn
2009-12-31Fixed #12468 -- Use the `DatabaseOperations` class from the `postgresql_psyco...Justin Bronn
2009-12-29Fixed #12458 -- no longer use try/except/finally syntax in PostGIS and Spatia...Justin Bronn
2009-12-29When `GEOSFree` is not available on NT platforms, have to specifically use th...Justin Bronn
2009-12-29Fixed #12344 -- Using `select_related()` on geographic fields with the Oracle...Justin Bronn
2009-12-29Fixed `GeoManager.get_query_set` incompatibility with `db_manager` method. Justin Bronn
2009-12-27Fixed #11609 -- The `check_pointer` error checking routine and `GDALBase._set...Justin Bronn
2009-12-27Fixed #12450 -- `GEOSFree` was really added in GEOS 3.1.1, not 3.1.0. Thanks...Justin Bronn
2009-12-25Fixed `LayerMapping` to work with PostGIS geography fields; removed `LayerMap...Justin Bronn
2009-12-24Yes, Virginia, `ST_MakeLine` really exists in PostGIS 1.3 and above.Justin Bronn
2009-12-24Fixed #12438 -- now use `GEOSFree` to free string pointers allocated within G...Justin Bronn
2009-12-23Added tests for PostGIS geography support; added `proj_version_tuple` to Post...Justin Bronn
2009-12-22Fixed #1142 -- Added multiple database support.Russell Keith-Magee
2009-12-17Fixed #11753 - Q objects with callables no longer explode on Python 2.4. Than...Jacob Kaplan-Moss
2009-12-17Fixed #12390 -- `Distance` and `Area` objects now support multiplication when...Justin Bronn
2009-12-16Fixed #12385: Made built-in field type descriptions in admindocs translatable...Karen Tracey
2009-12-12Fixed #7977: Fixed admindocs to use docstrings instead of a static array to l...Karen Tracey
2009-12-02Refs #11109 -- Touched some whitespace so Trac will display some files correc...Russell Keith-Magee
2009-11-17As promised, removed the `_DeprecatedTestModule` and its instances.Justin Bronn
2009-11-16Fixed #11433 -- 3D geometry fields are now supported with PostGIS; EWKB is no...Justin Bronn
2009-11-14`OGRGeomType` now recognizes 2.5D types, and removes need for unnecessary wor...Justin Bronn
2009-11-10Now raise an exception when trying to export 3D (HEX)EWKB when using GEOS 3.0...Justin Bronn
2009-11-10Fixed a brittle test case that was failing on PostGIS versions < 1.4.Justin Bronn
2009-11-10Added `ewkb` and `hexewkb` properties to `GEOSGeometry`. Refs #11433, #12010.Justin Bronn
2009-11-10Added support for spatially filtering what OGR features are returned in itera...Justin Bronn
2009-11-08Fixed #12111 -- now use PostgreSQL escape string syntax when quoting WKB to p...Justin Bronn
2009-11-03Fixed #12101 -- `OGRGeometry` does not need to create a clone of the `Spatial...Justin Bronn
2009-11-02Fixed #12093 -- `LayerMapping` now takes into account model inheritance when ...Justin Bronn
2009-10-17The `OGRGeometry.coord_dim` property may now be set; implemented a work-aroun...Justin Bronn
2009-09-13Fixed #11827: Can now calculate extent in Oracle on tables with one point.Justin Bronn
2009-09-12Fixed #11624: `render_to_kmz` no longer balks on non-ASCII data.Justin Bronn
2009-08-21Fixed #11049: introspection on Oracle now identifies IntegerFields correctly.Matt Boersma
2009-07-27Fixed test cases and `GeoQuerySet.geojson` to support PostGIS 1.4.Justin Bronn
2009-07-16Fixed #11489 -- `GeoQuery.resolve_columns` now recognizes annotations; disabl...Justin Bronn
2009-07-15Forgot to add `collect` to `GeoManager`.Justin Bronn
2009-07-11Forgot to add the `collect` GeoQuerySet method to correspond to the `Collect`...Justin Bronn
2009-07-09Fixed GEOS & GDAL C function prototypes to explicitly use a subclass of `c_ch...Justin Bronn
2009-06-29Fixed #11401 -- Update geographic admin to use OpenLayers 2.8 as OpenStreetMa...Justin Bronn
2009-06-29Fixed #11249, #11261 -- Blocks may now be overridden again `google-map.js` te...Justin Bronn
2009-06-29Fixed #11381 -- `GeoManager` + `select_related` + nullable `ForeignKey` now w...Justin Bronn
2009-06-12Fixed support for GDAL 1.6 on Windows. Thanks to jtia for spotting this.Justin Bronn
2009-06-11Fixed #11245, #11246 -- Fixed validity check of `GeoIP` pointers and leaking ...Justin Bronn
2009-06-03Fixed #11087 -- Fixed the `Count` annotation when used with `GeoManager`. Th...Justin Bronn
2009-05-30Fixed #11200 -- Now use a `set` data structure for `GoogleMap` icons so that ...Justin Bronn
2009-05-29Fixed #11216 and #11218 -- Corrected a few typos, thanks buriy.Gary Wilson Jr
2009-05-17Fixed #11066 -- Corrected 15 duplicate "the"s found in docs and code comments...Karen Tracey