| 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 #10575 -- Fixed wording in database docs, patch from rduffield. | Gary Wilson Jr |
| 2009-03-31 | Fixed #10577 -- Fixed doc typo, patch from Zoramite. | Gary Wilson Jr |
| 2009-03-31 | Fixed #10612 -- Removed duplicate word in docs, patch from adamfast. | Gary Wilson Jr |
| 2009-03-31 | Fixed #10676 -- Make transaction nop routine used during testing accept any a... | Karen Tracey |
| 2009-03-31 | Updated Polish translation | Jarek Zgoda |
| 2009-03-31 | Fixed #10667 -- Added missing sys import. | Gary Wilson Jr |
| 2009-03-31 | Fixed #10389, #10501, #10502, #10540, #10562, #10563, #10564, #10565, #10568,... | Gary Wilson Jr |
| 2009-03-31 | Fixed #8847, #10370: added some missing methods to MultiValueDict after [8399... | Jacob Kaplan-Moss |
| 2009-03-31 | Fixed #10184: QueryDicts with multiple values can now be safely pickled. Than... | Jacob Kaplan-Moss |
| 2009-03-31 | Fixed #9863. A ForeignKey with editable=False to the parent in an inline no l... | Joseph Kocherhans |
| 2009-03-30 | Fixed #9946 -- Removed redundant mention of needing to define `list_display`. | 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 #8746: Check data in raw_id_fields more closely. Thanks, dgouldin | Jacob Kaplan-Moss |
| 2009-03-30 | Ensure Django's test suite is included when we build release packages. | James Bennett |
| 2009-03-30 | Fixed the `add_postgis_srs` routine to support SpatiaLite. | Justin Bronn |
| 2009-03-30 | Fixed #9978 -- Fixed a KeyError exception that was being raised when using th... | Gary Wilson Jr |
| 2009-03-30 | Fixed #10149. FileFields in a form now validate max_length. Based on a patch ... | Joseph Kocherhans |
| 2009-03-30 | Fixed #10413: RelatedManager.add no longer fails silenty when trying to add a... | Jacob Kaplan-Moss |
| 2009-03-30 | Fixed #9883: no longer do strange things with whitespace in the linebreaks fi... | Jacob Kaplan-Moss |
| 2009-03-30 | Fixed #10157: correctly set the related objects pk when assigning a reverse O... | Jacob Kaplan-Moss |
| 2009-03-30 | Fixed #10387: removed some code duplication in django.utils.cache. Thanks, Tr... | 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 | Fixed #9065 -- Fixed the `timesince` and `timeuntil` template tags to work wh... | Gary Wilson Jr |
| 2009-03-30 | Fixed #8643 -- Corrected docstrings of `MultiPartParser`, thanks KayEss. | Gary Wilson Jr |
| 2009-03-30 | Fixed #10094 -- Fixed the `include` and `extends` template tags to work with ... | Gary Wilson Jr |
| 2009-03-30 | Fixed #10079 -- Moved settings import inside the function that uses it so tha... | Gary Wilson Jr |
| 2009-03-30 | Fixed a few class references in the model field docs. | Gary Wilson Jr |
| 2009-03-30 | Fixed #9587. Formset.is_valid() now returns True if an invalid form is marked... | Joseph Kocherhans |
| 2009-03-30 | Fixed #10076 -- Documented invalid arguments for `FileField`, based on patch ... | Gary Wilson Jr |
| 2009-03-30 | Fixed #9944 -- Fixed a URL in tutorial four that was changed in the "Decoupli... | Gary Wilson Jr |
| 2009-03-30 | Fixed #9914 -- Fixed field class name in models docs, patch from timo. | Gary Wilson Jr |
| 2009-03-30 | Fixed #9853 -- Added information to the model date/time fields to note the Py... | Gary Wilson Jr |
| 2009-03-30 | Refactored and cleaned up parts of the spatial database backend. Changes inc... | Justin Bronn |
| 2009-03-30 | Fixed some long lines and removed trailing whitespace. | Gary Wilson Jr |
| 2009-03-30 | Fixed #8462 -- Made `length` and `length_is` template filters fail silently w... | Gary Wilson Jr |
| 2009-03-30 | Made the template tests error output a bit more pretty. | Gary Wilson Jr |
| 2009-03-30 | Fixed #9284. Fixed #8813. BaseModelFormSet now calls ModelForm.save(). | Joseph Kocherhans |
| 2009-03-30 | Fixed #10653 -- Update docs regarding Jython support. Thanks, Leo Soto for t... | Justin Bronn |
| 2009-03-30 | Fixed redundant definition of `connection_created` signal due to DVCS mistake... | Justin Bronn |
| 2009-03-30 | Fixed #10655 -- Who uses 5-space indentation anyways? Thanks to Andrew Badr ... | Justin Bronn |
| 2009-03-29 | Fixed `svn:ignore` property on recent directory additions. | Justin Bronn |
| 2009-03-29 | Removed an inadvertent raise statement added in [8777] and added the printing... | Gary Wilson Jr |
| 2009-03-29 | Fixed #6064 -- Added the `connection_created` signal for when a database conn... | Justin Bronn |
| 2009-03-29 | Some minor tweaks to the admin changelist styles for the new action menus. Cu... | Wilson Miner |