| Age | Commit message (Expand) | Author |
| 2009-03-31 | Added row highlighting when selecting action checkmarks. | Jacob Kaplan-Moss |
| 2009-03-31 | Fixed #10553 -- Corrected several uses of `URLconf` in documentation and comm... | Gary Wilson Jr |
| 2009-03-31 | Fixed #9437 -- Now close database connection within `get_srid_info`. Thanks,... | Justin Bronn |
| 2009-03-31 | Fixed #10389, #10501, #10502, #10540, #10562, #10563, #10564, #10565, #10568,... | Gary Wilson Jr |
| 2009-03-30 | Fixed #10537: Fixed the foreign key add-another link in list_editable. Thanks... | Jacob Kaplan-Moss |
| 2009-03-30 | Fixed #8749: add better breadcrumbs in the change password template. Thanks, ... | Jacob Kaplan-Moss |
| 2009-03-30 | Fixed the `add_postgis_srs` routine to support SpatiaLite. | Justin Bronn |
| 2009-03-30 | Fixed #10413: RelatedManager.add no longer fails silenty when trying to add a... | Jacob Kaplan-Moss |
| 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 | Fixed #8140 -- Made `UserManager.create_superuser` return the new `User` obje... | Gary Wilson Jr |
| 2009-03-30 | Refactored and cleaned up parts of the spatial database backend. Changes inc... | Justin Bronn |
| 2009-03-29 | Some minor tweaks to the admin changelist styles for the new action menus. Cu... | Wilson Miner |
| 2009-03-29 | Fixed #10622 -- Resolved an issue with model inheritence and list_editable. T... | Brian Rosner |
| 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-25 | Fixed a ungettext() call to prevent spurious string extraction by xgettext. | Malcolm Tredinnick |
| 2009-03-24 | Fixed #10600 -- Allow for format marker reordering in a translatable string. | Malcolm Tredinnick |
| 2009-03-24 | Fixed #9994 -- Fixed admin filtering when to_field is used on relations. | Malcolm Tredinnick |
| 2009-03-24 | Fixed error when trying to import the GEOS tests from their new location. | Justin Bronn |
| 2009-03-24 | Fixed #10597 -- select all checkbox on admin changelist now works under IE 6 ... | Brian Rosner |
| 2009-03-24 | Refactored the GEOS interface. Improvements include: | Justin Bronn |
| 2009-03-23 | Fixed #9282: added a generic comment moderation toolkit. See the documentatio... | Jacob Kaplan-Moss |
| 2009-03-23 | Fixed #10505: added support for bulk admin actions, including a globally-avai... | Jacob Kaplan-Moss |
| 2009-03-22 | Fixed #8962 -- Consistently support format and input_format in the various (i... | Karen Tracey |
| 2009-03-21 | Fixed #9958: split the `CommentForm` into a set of smaller forms. This for be... | Jacob Kaplan-Moss |
| 2009-03-21 | Fixed #9303 (again) by removing some code missing in [9891]. | Jacob Kaplan-Moss |
| 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-18 | Fixed #8193: all dynamic imports in Django are now done correctly. I know thi... | Jacob Kaplan-Moss |
| 2009-03-18 | Fixed #10533 -- Worked around an apparent limitation of xgettext. | Malcolm Tredinnick |
| 2009-03-18 | Fixed #10530, #10527: added a couple more validation errors around `list_edit... | Jacob Kaplan-Moss |
| 2009-03-17 | Fixed #8939: added a `list_editable` option to `ModelAdmin`; fields declared ... | Jacob Kaplan-Moss |
| 2009-03-17 | `ModelAdmin` validation now runs when using the `site.register(Model, **kwarg... | Jacob Kaplan-Moss |
| 2009-03-15 | Fixed #689 -- Added a middleware and authentication backend to contrib.auth f... | Gary Wilson Jr |
| 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-10 | Fixed #10271, #10281 -- Fixed the handling multiple inline models that share... | Russell Keith-Magee |
| 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 |
| 2009-03-03 | Fixed #10395 -- Fixed more fallout from r9945. | Malcolm Tredinnick |
| 2009-03-02 | Fixed #10385 -- Fixed a typographical error in the Czech regions list. | Malcolm Tredinnick |
| 2009-03-01 | Fixed #9548 -- Correctly detect existence of empty sessions with cache backend. | Malcolm Tredinnick |
| 2009-02-27 | Invalidate the appropriate SITE_CACHE entry when saving a Site model. | Malcolm Tredinnick |
| 2009-02-26 | Fixed #10017 - PasswordResetForm.clean_email was not returning the value. | Luke Plant |
| 2009-02-23 | Fixed #9303: comment templatetags no longer assume the built-in comment model. | Jacob Kaplan-Moss |