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