| Age | Commit message (Expand) | Author |
| 2009-05-08 | Fixed a silly function flow bug in [10711]. | Jacob Kaplan-Moss |
| 2009-05-08 | Fixed #10188: prevent newlines in HTTP headers. Thanks, bthomas. | Jacob Kaplan-Moss |
| 2009-05-08 | Fixed #8817: get_image_dimensions correctly closes the files it opens, and le... | Jacob Kaplan-Moss |
| 2009-05-08 | Fixed #10750: respect comment=False in inline formsets. Thanks, Koen Biermans. | Jacob Kaplan-Moss |
| 2009-05-08 | Fixed #10997: fixed a Python 2.4-ism in admin actions. | Jacob Kaplan-Moss |
| 2009-05-08 | Fixed #10335: handle system locals unknown to Python in timezone name handlin... | Jacob Kaplan-Moss |
| 2009-05-08 | Fixed #9610 -- Fixed duplicate uploaded file name mangling when directory con... | Gary Wilson Jr |
| 2009-05-08 | Fixed #9344 -- In the `TemporaryFile` class used by Windows, proxy to the wra... | Gary Wilson Jr |
| 2009-05-07 | Make sure that all uses of max_length in the test suite use values smaller th... | Jacob Kaplan-Moss |
| 2009-05-07 | Fixed #11030: fixed file uploads on non-utf8 filesystem encoding. Thanks, Hon... | Jacob Kaplan-Moss |
| 2009-05-07 | Fixed #10153: foreign key `gte` and `lte` lookups now work. Thanks, joelhooks... | Jacob Kaplan-Moss |
| 2009-05-07 | Fixed #9659: fixed `wsgi.file_wrapper` in the builtin server. Thanks, mitsuhiko. | Jacob Kaplan-Moss |
| 2009-05-07 | Fixed test suite on Oracle that was broken by using keyword "date" as a field... | Matt Boersma |
| 2009-05-07 | Fixed #11026, a small typo in the regroup template tag docstring. Thanks, | Jacob Kaplan-Moss |
| 2009-05-07 | Fixed #10899 -- Ensured that log messages for deletions in the admin contain ... | Russell Keith-Magee |
| 2009-05-07 | Fixed #10516 -- Corrected admin search when the search_fields definition cont... | Russell Keith-Magee |
| 2009-05-07 | Fixed #8971: correctly reverse urls in admindocs reST roles. Thanks, mitsuhiko. | Jacob Kaplan-Moss |
| 2009-05-07 | Fixed #9493 -- Corrected error handling of formsets that violate unique const... | Russell Keith-Magee |
| 2009-05-07 | Fixed #10893 -- Corrected a problem with using list_editable in the admin whe... | Russell Keith-Magee |
| 2009-05-06 | Polish translation updated (after [10678]) | Jarek Zgoda |
| 2009-05-05 | Fixed #10959 -- Changed the admin search button text to make it clearer in th... | Russell Keith-Magee |
| 2009-05-05 | Fixed #10897 -- Modified use of ngettext to ungettext in admin change message... | Russell Keith-Magee |
| 2009-05-05 | Fixed #10275 -- Corrected the edge case of rendering a LogEntry with a conten... | Russell Keith-Magee |
| 2009-05-04 | Fixed #10521 -- Modified the Remote User tests so that it isn't dependent on ... | Russell Keith-Magee |
| 2009-05-03 | Added svn:ignore to a new directory | Russell Keith-Magee |
| 2009-05-03 | Fixed #9932 -- Added a validation error when an inline tries to exclude the f... | Russell Keith-Magee |
| 2009-05-03 | Fixed #9362 -- Prevented inline forms from overwriting the content_type_id at... | Russell Keith-Magee |
| 2009-05-03 | Fixed #8903 -- Corrected rendering of admin inline formsets (tabular and stac... | Russell Keith-Magee |
| 2009-05-02 | Removed module-level imports from `django.test` -- this prevented running the... | Justin Bronn |
| 2009-05-02 | Removed directories that no longer exist from the packaging manifest. | Justin Bronn |
| 2009-05-02 | Fixed #9609 -- Modified the clean method of(Null)Boolean field to accept '1' ... | Russell Keith-Magee |
| 2009-05-02 | Fixed #10367 -- Corrected an example in the documentation for GenericRelation... | Russell Keith-Magee |
| 2009-05-02 | Fixed #9206 -- Clarified documentation of transaction handling in raw SQL, an... | Russell Keith-Magee |
| 2009-05-02 | Fixed #10954 -- Corrected error in docs example describing extending the JSON... | Russell Keith-Magee |
| 2009-05-02 | Fixed #10349 -- Modified ManyToManyFields to allow initial form values to be ... | Russell Keith-Magee |
| 2009-05-01 | Update Swedish locale. | Ludvig Ericson |
| 2009-04-30 | Added a missing ASCII 32 in a GIS form field error message. Thanks Alex Gayno... | Brian Rosner |
| 2009-04-30 | Fixed #10847 -- Modified handling of extra() to use a masking strategy, rathe... | Russell Keith-Magee |
| 2009-04-30 | Fixed #10134 -- Added unique_for_[date|day|month|year] validation to ModelFor... | Russell Keith-Magee |
| 2009-04-28 | Fixed #10082 -- Modified BaseFormSet so that ordering checks work when the fo... | Russell Keith-Magee |
| 2009-04-28 | Fixed #10898 -- Corrected minor error in conditional view processing example.... | Russell Keith-Magee |
| 2009-04-28 | Fixed #10288 -- Corrected _has_changed handling of DateTimeInput, DateInput, ... | Russell Keith-Magee |
| 2009-04-28 | Updated German translation, thanks zerok and bartTC | Jannis Leidel |
| 2009-04-27 | Polish translation updated | Jarek Zgoda |
| 2009-04-26 | Fixed #10885 -- Updated Hebrew translation from Moses Gaynor and Yaron McNabb. | Malcolm Tredinnick |
| 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 |