| Age | Commit message (Expand) | Author |
| 2007-06-25 | gis: added the Envelope class, used in getting layer and geometry extents; al... | Justin Bronn |
| 2007-06-22 | gis: added support for Solaris | Justin Bronn |
| 2007-06-18 | gis: Merged revisions 4786-5490 via svnmerge from | Jeremy Dunck |
| 2007-06-15 | gis: GDAL improvements; added Driver class, improved tests, removed non-exist... | Justin Bronn |
| 2007-06-15 | gis: GEOSGeometry updates, improved initialization & tests, simplified some r... | Justin Bronn |
| 2007-06-09 | gis: NULL geometries are now allowed (thanks Robert Coup!), field parameter n... | Justin Bronn |
| 2007-06-01 | gis: Added an intial ctypes interface to GDAL/OGR | Justin Bronn |
| 2007-05-31 | gis: Some GEOSGeometry patches, biggest change is that __iter__, __getitem__,... | Justin Bronn |
| 2007-05-29 | gis: Committed todo notes. | Jeremy Dunck |
| 2007-05-25 | gis: (1) fixed WKT admin bug | Justin Bronn |
| 2007-05-01 | gis: width parameter on buffer() should be a double (thanks Todd Small\!). m... | Justin Bronn |
| 2007-04-19 | gis: Fixed segfault on invalid WKT (added test for both invalid HEX and WKT).... | Justin Bronn |
| 2007-04-18 | gis: fixed bugs in GEOSCoordSeq (and added a test case). added preliminary su... | Justin Bronn |
| 2007-04-16 | gis: added GEOSGeometry, a ctypes wrapper for the GEOS library, providing: | Justin Bronn |
| 2007-04-11 | gis: added models for the PostGIS/OGC geometric tables 'spatial_ref_sys' and | Justin Bronn |
| 2007-03-31 | gis: two big changes: | Justin Bronn |
| 2007-03-31 | gis: geographic oldforms, allows editing of geometries as WKT in admin | Justin Bronn |
| 2007-03-31 | gis: module for interfacing with GEOS routines. | Justin Bronn |
| 2007-03-29 | gis: Merged revisions 4799-4809 via svnmerge. | Jeremy Dunck |
| 2007-03-29 | gis: Merged revisions 4796-4797 via svnmerge | Jeremy Dunck |
| 2007-03-29 | gis: From jbronn: | Jeremy Dunck |
| 2007-03-23 | gis: And added missing fields init. | Jeremy Dunck |
| 2007-03-23 | gis: Moved files to their appropriate locations from bad commit in [4785]. | Jeremy Dunck |
| 2007-03-23 | gis: Merged revisions 4669-4785 via svnmerge from trunk. | Jeremy Dunck |
| 2007-03-23 | gis: checked in latest from jbronn from Mar 19. | Jeremy Dunck |
| 2007-03-07 | gis: changed fields.GeometryField to implement get_internal_type. | Jeremy Dunck |
| 2007-03-07 | gis: Added beginnings of django.contrib.gis. | Jeremy Dunck |
| 2007-03-06 | gis: Merged revisions 4564-4668 via svnmerge from | Jeremy Dunck |
| 2007-02-25 | gis: Initialized merge tracking via "svnmerge" with revisions "1-4563" from | Jeremy Dunck |
| 2007-02-25 | Created GIS support branch | Jacob Kaplan-Moss |
| 2007-02-23 | Fixed silly typo in [4651]. | Jacob Kaplan-Moss |
| 2007-02-23 | Fixed #3558: [4558] broken in Python 2.3; this fixes that breakage. Thanks fo... | Jacob Kaplan-Moss |
| 2007-02-23 | Fixed #3541: queryset.count() now respects the queryset cache. | Jacob Kaplan-Moss |
| 2007-02-23 | Fixed #3550 - updated Thomas Steinacher's entry in AUTHORS. | Jacob Kaplan-Moss |
| 2007-02-23 | Fixed documentation from [4558] to be correct. | Jacob Kaplan-Moss |
| 2007-02-23 | Fixed #343: filters that take strings now handle non-strings correctly. Thank... | Jacob Kaplan-Moss |
| 2007-02-22 | Fixed #3550 -- Updated Peter Marić's entry in AUTHORS. | Malcolm Tredinnick |
| 2007-02-21 | Changed database PhoneNumberField to use USPhoneNumberField as its newforms f... | Adrian Holovaty |
| 2007-02-21 | Removed unimplemented allow_letters option from USPhoneNumberField | Adrian Holovaty |
| 2007-02-21 | Added newforms USPhoneNumberField in django.contrib.localflavor.usa | Adrian Holovaty |
| 2007-02-21 | Added a comment to ModelChoiceField from [4552] | Adrian Holovaty |
| 2007-02-21 | Fixed #3534 -- newforms ModelChoiceField and ModelMultipleChoiceField no long... | Adrian Holovaty |
| 2007-02-21 | Added small newforms unit test | Adrian Holovaty |
| 2007-02-20 | Fixed #3536 -- Fixed setup.py so that it prints a usage message if you | Malcolm Tredinnick |
| 2007-02-20 | Fixed #3490 -- Fixed issue with newforms ChoiceField and generators as choice... | Adrian Holovaty |
| 2007-02-20 | Fixed #3247 -- newforms form_for_model() and form_for_instance() no longer cr... | Adrian Holovaty |
| 2007-02-20 | Fixed #3257 -- Added newforms ModelChoiceField and ModelMultipleChoiceField, ... | Adrian Holovaty |
| 2007-02-20 | Fixed #2455 -- Added newforms USStateSelect widget in django.contrib.localfla... | Adrian Holovaty |
| 2007-02-19 | Fixed #3510 -- newforms validation errors are now HTML-escaped for HTML outpu... | Adrian Holovaty |
| 2007-02-19 | Improved newforms to handle wacky characters in Field help_text | Adrian Holovaty |