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