| Age | Commit message (Expand) | Author |
| 2008-11-16 | Fixed #9608: Ensured a Model's default repr() is printable even if its __unic... | Karen Tracey |
| 2008-11-16 | Fixed #3501 -- Fixed date filtering in querysets for nullable date fields. Only | Malcolm Tredinnick |
| 2008-11-15 | Fixed #9258 -- Use _default_manager in ForeignKeyRawIdWidget.label_for_value.... | Brian Rosner |
| 2008-11-15 | Fixed #6948 -- The join filter was escaping the literal value that was | Malcolm Tredinnick |
| 2008-11-14 | Fixed #9592 -- Create data for the generic_inline_admin test during setup ins... | Karen Tracey |
| 2008-11-13 | Fixed #9498 -- Handle a formset correctly when the foreign key is not availab... | Brian Rosner |
| 2008-11-12 | Fixed #9351 -- Modified the test client to pass on URL encoded parameters to ... | Russell Keith-Magee |
| 2008-11-12 | Fixed #5079 -- Avoid converting Decimals to floats during save to the database. | Karen Tracey |
| 2008-11-10 | Add tests mistakenly left out of r9397. | Karen Tracey |
| 2008-11-10 | Fixed #7064: Made DemicmalField validation support max_digits equal to decima... | Karen Tracey |
| 2008-11-10 | Fixed #6035 -- Gave the SplitDateTimeField the proper default widget. Thanks... | Karen Tracey |
| 2008-11-10 | Fixed #8910 -- Added force_unicode during admin log message creation to avoid... | Karen Tracey |
| 2008-11-09 | Fixed #9514 -- Made admin change_form template correctly recognize/report whe... | Karen Tracey |
| 2008-11-08 | Fixed #5748 -- Made floatformat filter round properly on all platforms and ha... | Karen Tracey |
| 2008-11-06 | Fixed #6160, #9111 -- Consistently apply conditional_escape to form errors an... | Karen Tracey |
| 2008-11-06 | Added new fixture file accidentally left out of [9357]. | Russell Keith-Magee |
| 2008-11-06 | Fixed #9011 -- Corrected handling of fixture files that contain errors to cor... | Russell Keith-Magee |
| 2008-10-28 | Fixed #8966 -- Changed is_safe for length_is filter to False, since its retur... | Karen Tracey |
| 2008-10-24 | Fixed #7179 -- Changed breadcrumbs on the add page so that a link to the chan... | Karen Tracey |
| 2008-10-24 | Fixed #9411 -- Changed the test from r9081 to be more robust across different... | Malcolm Tredinnick |
| 2008-10-24 | Fixed #9406 -- Ensure that each database column is only represented once in the | Malcolm Tredinnick |
| 2008-10-24 | Fixed #9383 -- Don't open a network connection for sending email if there's | Malcolm Tredinnick |
| 2008-10-22 | Fixed #9252 -- Moved the try/except protecting against incorrect lookup param... | Karen Tracey |
| 2008-10-21 | Fixed #3096 -- Make admin list_filters respect limit_choices_to. | Karen Tracey |
| 2008-10-10 | Yet more file storage testing cleanup for the sake of buildbots; this should ... | Jacob Kaplan-Moss |
| 2008-10-10 | More be-nice-to-the-buildbot: be better about cleaning up files created by th... | Jacob Kaplan-Moss |
| 2008-10-10 | Fixed .distinct() not working with slicing in Oracle, due to the | Ian Kelly |
| 2008-10-08 | Fixed #9053 -- Allowed for sorting of callable and ModelAdmin methods specifi... | Karen Tracey |
| 2008-10-08 | Fixed #9319 -- Fixed a crash when using the same model field in multiple | Malcolm Tredinnick |
| 2008-10-08 | A queryset that has had ordering removed (order_by()) can have ordering added | Malcolm Tredinnick |
| 2008-10-08 | Fixed #6748 -- When printing the repr() of querysets, don't load or display | Malcolm Tredinnick |
| 2008-10-08 | Applying a limit to a queryset that already had an upper limit of 0 wasn't | Malcolm Tredinnick |
| 2008-10-08 | The tests added in r9184 were altering the test environment in bad ways. Fixed | Malcolm Tredinnick |
| 2008-10-07 | Fixed #9233 -- Allow date and message-id headers to be passed in manually in | Malcolm Tredinnick |
| 2008-10-07 | Fixed #5888 -- Added methods to the test client to support HEAD, PUT, DELETE | Malcolm Tredinnick |
| 2008-10-07 | Fixed #9199 -- We were erroneously only prepending "www" to the domain if we | Malcolm Tredinnick |
| 2008-10-06 | Added some better error reporting and path handling when creating template pa... | Malcolm Tredinnick |
| 2008-10-05 | Fixed #9259 -- Fixed a validation error for Spanish identity card numbers. | Malcolm Tredinnick |
| 2008-10-05 | Add internationalisation support to the comment templates. Fixed #8868, #8905 | Malcolm Tredinnick |
| 2008-10-05 | Fixed #8803 -- Allow authenticated users without first_name/last_name values ... | Malcolm Tredinnick |
| 2008-10-05 | Altered a failing url template tag test to work more reliably. | Malcolm Tredinnick |
| 2008-10-04 | Fixed #9293: Corrected expected test output for the admin_scripts tests, foll... | Russell Keith-Magee |
| 2008-09-30 | Fixed another case of reverse URL resolving that wasn't working. | Malcolm Tredinnick |
| 2008-09-28 | Fixed Queryset.dates() in the presence of extra-select columns. | Malcolm Tredinnick |
| 2008-09-27 | Fixed #9038 -- Correctly handle URL patterns with the same name (or view name), | Malcolm Tredinnick |
| 2008-09-27 | Fixed #9171 -- Fixed a few places where we were assuming lists instead of | Malcolm Tredinnick |
| 2008-09-22 | Fixed a missing variable initialisation deep in the Query bowels. | Malcolm Tredinnick |
| 2008-09-18 | Fixed #9125 -- When displaying errors for a form with only hidden fields, mak... | Malcolm Tredinnick |
| 2008-09-17 | Fixed #8865 -- Improved the robustness of some file path tests. | Malcolm Tredinnick |
| 2008-09-16 | Fixed #9073 -- Fixed a unit test that broke after [9002]. Thanks, kratorius | Adrian Holovaty |