summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2008-04-25gis: Fixed GEOS tests for those still running 3.0.0RC4.Justin Bronn
2008-04-24gis: Fixed bug where extra parameters were passed into SQL for `dwithin` look...Justin Bronn
2008-04-22gis: Merged revisions 7408-7415,7420-7424,7435 via svnmerge from trunk.Justin Bronn
2008-04-22gis: Updated KML tests for PostGIS 1.3.3 and GDAL tests to not perform `close...Justin Bronn
2008-04-07gis: Applied DRY to Oracle and MySQL geometry adaptors; the `PostGISAdaptor` ...Justin Bronn
2008-04-07gis: gdal: Added the `clone` keyword to `OGRGeometry.transform`; removed unne...Justin Bronn
2008-04-07gis: Merged revisions 7355-7403 via svnmerge from trunk.Justin Bronn
2008-04-07gis: geos: `GEOSGeometry` objects may now be pickled; added the `clone` keywo...Justin Bronn
2008-04-04gis: `GoogleMap`: The Google Maps JavaScript API is now used for automatic zo...Justin Bronn
2008-04-04gis: Added the `add_postgis_srs` utility to ease the creation of `spatial_ref...Justin Bronn
2008-04-01gis: Fixed geographic models produced by `inspectdb`. Justin Bronn
2008-03-30[gis] Tweaked layermapping to note updates to unique'd models.Jeremy Dunck
2008-03-23gis: Merged revisions 7280-7353 via svnmerge from trunk.Justin Bronn
2008-03-18gis: Merged revisions 7181-7277 via svnmerge from trunk.Justin Bronn
2008-03-10gis: `LayerMapping`: OGR string fields may now be coerced into Django `Intege...Justin Bronn
2008-03-10gis: Fixed #6746 by marking safe `GoogleMap` internal XHTML/JavaScript; added...Justin Bronn
2008-02-28gis: Merged revisions 7105-7168 via svnmerge from trunk.Justin Bronn
2008-02-28gis: Added geographic introspection capabilities for PostGIS and MySQL; fixed...Justin Bronn
2008-02-20gis: Fixed bug in `GeoQuerySet.distance` caused by SQL substitution that shou...Justin Bronn
2008-02-18gis: gdal: Fixed new `_version_info` definition for win32 platforms; made Geo...Justin Bronn
2008-02-14gis: geos: Added GeoJSON input/output support for `GEOSGeometry` (requires GD...Justin Bronn
2008-02-14gis: gdal: Fixed GDAL version string parsing for development versions; GEOJSO...Justin Bronn
2008-02-13gis: gdal: Added support for GeoJSON input/output in `OGRGeometry`.Justin Bronn
2008-02-11gis: Fixed 6414, and applied DRY to spatial backend internals. Changes include:Justin Bronn
2008-02-08gis: Merged revisions 7044-7102 via svnmerge from trunk.Justin Bronn
2008-02-08gis: gdal: `SpatialReference` objects may now be constructed with PROJ.4 stri...Justin Bronn
2008-02-08gis: geos: Fixed bug in `transform` where coordinate sequence pointer was not...Justin Bronn
2008-02-08gis: geos: Fixed declaration of `geos_version` to explicitly set restype to `...Justin Bronn
2008-01-28gis: Fixed #6440. Removed degree conversion from `Distance` -- should not ha...Justin Bronn
2008-01-28gis: Merged revisions 6990-7043 via svnmerge from trunk.Justin Bronn
2008-01-22gis: Added the `extent` method to `GeoQuerySet`; moved various spatial-backen...Justin Bronn
2008-01-18gis: Fixed #6289 (added `extra_context` keyword to `GoogleMap`). Thanks omat ...Justin Bronn
2008-01-18gis: Fixed #6357, and added a validator to `WKTField`.Justin Bronn
2008-01-18gis: `LayerMapping`: Fixed bug that would occur when mapping `OFTReal` fields...Justin Bronn
2008-01-10gis: `LayerMapping`: Added the `fid_range` and `step` keywords to `save()`; m...Justin Bronn
2008-01-09gis: gdal: `GeometryCollection.add()` now accepts other collections, and asso...Justin Bronn
2008-01-06gis: gdal: Fixed Driver and DataSource bug reported by David Hancock in djang...Justin Bronn
2008-01-04gis: gdal: Now supports the official GDAL 1.5 binaries for Windows, greatly s...Justin Bronn
2008-01-03gis: `LayerMapping`: Improved the internals (i.e., checking every feature in ...Justin Bronn
2008-01-02gis: Merged revisions 6920-6989 via svnmerge from trunk.Justin Bronn
2007-12-29gis: `LayerMapping`: Added the `unique` keyword parameter and tests for the `...Justin Bronn
2007-12-27gis: lowered test transformation precision due to variations in updated PROJ ...Justin Bronn
2007-12-25gis: geos: all pointer access is now done via the `ptr` property to prevent c...Justin Bronn
2007-12-21gis: Fixed #6246 (Thanks jos3ph); removed unnecessary commented debugging code.Justin Bronn
2007-12-15gis: Merged revisions 6672,6686-6688,6690,6693,6707-6708,6726,6730,6753,6755-...Justin Bronn
2007-12-15gis: Applied DRY to spatial SQL generation in anticipation of queryset-refact...Justin Bronn
2007-12-14gis: Fixed #6196 in GeoIP refactor. Added unit tests, improved path setup, a...Justin Bronn
2007-12-13gis: gdal: Fixed bug in the property so that no exception is raised when the...Justin Bronn
2007-12-11gis: gdal: removed errcheck_flag, not needed after all (I misread the C heade...Justin Bronn
2007-12-04gis: Added distance querying capabilites via the `distance` manager method an...Justin Bronn