| Age | Commit message (Expand) | Author |
| 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 |
| 2009-03-29 | Updated Italian translation | Nicola Larosa |
| 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-27 | Fixed an issue with unicode being mangled in Oracle when the database charact... | Ian Kelly |
| 2009-03-26 | Fixed #10620 -- removed carriage returns in a GEOS tests module; fixed other ... | Justin Bronn |
| 2009-03-25 | Fixed #10574 -- Documented interaction between annotations and order_by. | Malcolm Tredinnick |
| 2009-03-25 | Regenerated and recompiled Polish translations after [10168] (no real change,... | Jarek Zgoda |
| 2009-03-25 | Fixed a breakage with ManyToManyFields in admin caused by r10139. | Malcolm Tredinnick |
| 2009-03-25 | Template filters now pass numerical arguments through as numbers. | Malcolm Tredinnick |
| 2009-03-25 | Fixed a ungettext() call to prevent spurious string extraction by xgettext. | Malcolm Tredinnick |
| 2009-03-24 | Updated Spanish translation. | Marc Fargas |
| 2009-03-24 | Updated catalan translation. | Marc Fargas |
| 2009-03-24 | Fixed #10329 -- Added link target for get_FOO_display, get_next_by_FOO, and g... | Russell Keith-Magee |
| 2009-03-24 | Fixed #10503 -- Clarified docs on the operation of the noop option to {% tran... | Russell Keith-Magee |
| 2009-03-24 | Fixed #10434 -- Corrected FastCGI example. Thanks to vithlani. | Russell Keith-Magee |