| Age | Commit message (Expand) | Author |
| 2009-05-02 | Removed module-level imports from `django.test` -- this prevented running the... | Justin Bronn |
| 2009-04-30 | Added a missing ASCII 32 in a GIS form field error message. Thanks Alex Gayno... | Brian Rosner |
| 2009-04-26 | Fixed #10872 -- Geographic admin now supports new `list_editable` option. Th... | Justin Bronn |
| 2009-04-26 | Fixed #9299 -- Made default zoom level for points in the admin more sensible.... | Justin Bronn |
| 2009-04-25 | Fixed #10660 -- `GeometryField` no longer requires `srid`/`null` keywords, an... | Justin Bronn |
| 2009-04-24 | Removed references to deprecated `GeometryField` atribute in `GeoModelAdmin`. | Justin Bronn |
| 2009-04-24 | Fixed #10888 -- May now insert NULL `GeometryField` values on Oracle. | Justin Bronn |
| 2009-04-21 | Fixed #10839 -- `GeoQuery` now unpickles properly on Oracle. | Justin Bronn |
| 2009-04-19 | Fixed #10364 -- Correctly identify test spatial database creation errors to t... | Justin Bronn |
| 2009-04-19 | Fixed #10832 -- now use `reorder_suite` in GeoDjango test runner, thanks sean... | Justin Bronn |
| 2009-04-19 | Fixed #10791 -- The GeoDjango test runner now respects the `--noinput` comman... | Justin Bronn |
| 2009-04-16 | Fixed #9620 -- `GeometryColumns` and `SpatialRefSys` models now play nice wit... | Justin Bronn |
| 2009-04-16 | Fixed #10836 -- Forgot to move import to to `where` module. Thanks, seanl fo... | Justin Bronn |
| 2009-04-14 | Fixed #10807 - `GeoWhereNode` no longer passes `Constraint` objects to where ... | Justin Bronn |
| 2009-04-12 | Added experimental support for a POSTGIS_VERSION setting for GeoDjango. If se... | Adrian Holovaty |
| 2009-04-11 | Upgraded SpatiaLite default initialization SQL file name for 2.3 release. | Justin Bronn |
| 2009-04-10 | No longer create tables for unnecessary applications when running the GeoDjan... | Justin Bronn |
| 2009-04-10 | Applied latest changes to `ListMixin` from Aryeh Leib Taurog and added him to... | Justin Bronn |
| 2009-04-10 | Refactored `get_srid_info` to use the ORM (now possible since it's no longer ... | Justin Bronn |
| 2009-04-10 | Added an SRID_CACHE to GeoDjango db/models/fields/__init__.py so that we only... | Adrian Holovaty |
| 2009-04-10 | Fixed typo in GeoDjango deprecation error message | Adrian Holovaty |
| 2009-04-10 | Changed GeoDjango GeometryField to lazily load units, units_name and _spheroid | Adrian Holovaty |
| 2009-04-08 | Now take advantage of new argument accepted by `AddGeometryColumn` in SpatiaL... | Justin Bronn |
| 2009-04-07 | Fixed #10757 -- Fixed improper selection of primary keys across relations whe... | Justin Bronn |
| 2009-04-07 | Now support SVG output in SpatiaLite; added tests for SVG output. | Justin Bronn |
| 2009-04-04 | Fixed #10695 -- Fixed implementation of deferred attribute retrieval. | Malcolm Tredinnick |
| 2009-04-04 | Tweaked a GIS expected test failure. | Malcolm Tredinnick |
| 2009-04-02 | Fixed #9745 -- Added the `GeoQuerySet` methods `snap_to_grid` and `geojson`. | Justin Bronn |
| 2009-04-01 | Forgot to include the SpatiaLite test SQL files. | Justin Bronn |
| 2009-04-01 | Fixed #9871 -- Geometry objects are now returned in dictionaries and tuples r... | Justin Bronn |
| 2009-03-31 | Forgot to remove import of defunct `GeoMixin`. | Justin Bronn |
| 2009-03-31 | Fixed #9437 -- Now close database connection within `get_srid_info`. Thanks,... | Justin Bronn |
| 2009-03-30 | Fixed the `add_postgis_srs` routine to support SpatiaLite. | Justin Bronn |
| 2009-03-30 | Fixed #9686 -- SpatiaLite is now a supported spatial database backend. Thank... | Justin Bronn |
| 2009-03-30 | Fixed #9130 -- Fixed typo in comment, thanks scel. | Gary Wilson Jr |
| 2009-03-30 | Refactored and cleaned up parts of the spatial database backend. Changes inc... | Justin Bronn |
| 2009-03-28 | Cleanup, bug fixes, and new tests for the GEOS I/O objects and `GEOSBase` obj... | Justin Bronn |
| 2009-03-26 | Fixed #10620 -- removed carriage returns in a GEOS tests module; fixed other ... | Justin Bronn |
| 2009-03-24 | Fixed error when trying to import the GEOS tests from their new location. | Justin Bronn |
| 2009-03-24 | Refactored the GEOS interface. Improvements include: | Justin Bronn |
| 2009-03-20 | GeoDjango test suite now takes advantage of `importlib` added in r10088. | Justin Bronn |
| 2009-03-20 | Fixed #10480 -- made `icons` a property to add more flexibility. | Justin Bronn |
| 2009-03-11 | Fixed the django.contrib.gis test database creation as well. | Malcolm Tredinnick |
| 2009-03-10 | Fixed #9204 -- Added `GIcon` overlay, allowing customization for icons of `GM... | Justin Bronn |
| 2009-03-09 | Fixed #9955 -- Added `GoogleMapSet`, which enables multiple `GoogleMap` objec... | Justin Bronn |
| 2009-03-09 | Pass values through get_db_prep_save() in a QuerySet.update() call. | Malcolm Tredinnick |
| 2009-03-08 | Fixed #10072 -- `GMarker` overlays now have `draggable` option. Thanks to pr... | Justin Bronn |
| 2009-03-07 | Maintenance refactor of the GDAL (OGR) ctypes interface. Changes include: | Justin Bronn |
| 2009-03-06 | Fixed #10397 -- made GIS test runner compatible with changes in r9756. | Justin Bronn |
| 2009-03-03 | Fixed #10159 -- `F()` expressions now work on geographic fields. The tests a... | Justin Bronn |