| Age | Commit message (Expand) | Author |
| 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 | 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 | Fixed #9609 -- Modified the clean method of(Null)Boolean field to accept '1' ... | 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 #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 |
| 2009-04-22 | Now that formsets guarentee ordering (see [10623]) we can remove the arbitrar... | Jacob Kaplan-Moss |
| 2009-04-22 | Fixed #10163: add an artificial ordering to querysets used by formsets, thus ... | Jacob Kaplan-Moss |
| 2009-04-22 | Fixed a needless list() coercion in in ChangeList. Refs #10163. | Jacob Kaplan-Moss |
| 2009-04-22 | Added a `QuerySet.ordered` property to check if a queryset is already ordered... | Jacob Kaplan-Moss |
| 2009-04-22 | Fixed #10831 -- Prevented code running under a to-be-rolled-back test from ca... | Karen Tracey |
| 2009-04-22 | Fixed #10208: `ModelAdmin` now respects the `exclude` and `field` atributes o... | Jacob Kaplan-Moss |
| 2009-04-21 | Fixed #10884 - more lenient regexp for matching forms in CSRF post-processing | Luke Plant |
| 2009-04-21 | Fixed #10839 -- `GeoQuery` now unpickles properly on Oracle. | Justin Bronn |
| 2009-04-21 | Fixed #10716 so Oracle tests run again. Thanks very much, kmtracey. | Matt Boersma |
| 2009-04-19 | Fixed #10364 -- Correctly identify test spatial database creation errors to t... | Justin Bronn |
| 2009-04-19 | Fixed #10832 -- now use `reorder_suite` in GeoDjango test runner, thanks sean... | Justin Bronn |
| 2009-04-19 | Fixed #10791 -- The GeoDjango test runner now respects the `--noinput` comman... | Justin Bronn |
| 2009-04-19 | Fixed #8752 -- Fixed django.contrib.auth tests to be locale-independent. | Malcolm Tredinnick |
| 2009-04-19 | Fixed #9420 -- Fixed admin templates CSS. | Malcolm Tredinnick |
| 2009-04-19 | Fixed #10805 -- Updated Norwegian translation from jonklo. | Malcolm Tredinnick |
| 2009-04-19 | Fixed #10773 -- Fixed some damage I did to the French in r10508. | Malcolm Tredinnick |
| 2009-04-19 | Fixed #10674 -- Updated Arabic translation from Ossama M. Khayat. | Malcolm Tredinnick |
| 2009-04-19 | Fixed #10593 -- Updated Brazilian translation from Guilherme Gondim. | Malcolm Tredinnick |
| 2009-04-18 | Fixed #10694: correctly check permissions in the change password admin. Thank... | Jacob Kaplan-Moss |
| 2009-04-18 | Fixed #10799: fixed the use of list_editable with model inheritance and custo... | Jacob Kaplan-Moss |
| 2009-04-18 | Fixed #10002: inline file uploads now correctly display prior data. Thanks, d... | Jacob Kaplan-Moss |
| 2009-04-18 | Fixed #9122: generic inline formsets now respect exclude and max_num. Thanks,... | Jacob Kaplan-Moss |
| 2009-04-18 | Fixed #9124: fixed `SelectDateWidget` with `required=False`. Thanks, Bernd Sc... | Jacob Kaplan-Moss |
| 2009-04-18 | Fixed #10156: `ModelMultipleChoiceField.clean` now does a single query instea... | Jacob Kaplan-Moss |
| 2009-04-16 | Fixed #9620 -- `GeometryColumns` and `SpatialRefSys` models now play nice wit... | Justin Bronn |
| 2009-04-16 | Fixed #10363 -- Modified ModelForm handling to ensure that excluded fields ca... | Russell Keith-Magee |