| Age | Commit message (Expand) | Author |
| 2008-11-12 | [1.0.X] Fixed #5079 -- Avoid converting Decimals to floats during save to the... | Karen Tracey |
| 2008-11-10 | [1.0.X] Fixed #7064: Made DemicmalField validation support max_digits equal t... | Karen Tracey |
| 2008-11-10 | [1.0.X] Fixed #6035 -- Gave the SplitDateTimeField the proper default widget.... | Karen Tracey |
| 2008-11-10 | [1.0.X] Fixed #8910 -- Added force_unicode during admin log message creation ... | Karen Tracey |
| 2008-11-09 | [1.0.X] Fixed #9514 -- Made admin change_form template correctly recognize/re... | Karen Tracey |
| 2008-11-08 | [1.0.X] Fixed #5748 -- Made floatformat filter round properly on all platform... | Karen Tracey |
| 2008-11-06 | [1.0.X] Fixed #6160, #9111 -- Consistently apply conditional_escape to form e... | Karen Tracey |
| 2008-11-06 | [1.0.X] Fixed #9011 -- Corrected handling of fixture files that contain error... | Russell Keith-Magee |
| 2008-11-05 | [1.0.X] Fixed #9218 -- Simplified the fix from #9039 and added tests to ensur... | Karen Tracey |
| 2008-11-04 | [1.0.X] Fixed #9418 -- When saving a model form, defer saving of file-type fi... | Karen Tracey |
| 2008-11-01 | [1.0.X] Fixed #9494 -- Ensure the foreign key in an inline formset is always ... | Brian Rosner |
| 2008-10-31 | [1.0.X] Fixed #8882 -- When a foreign key is among the unique_together fields... | Brian Rosner |
| 2008-10-28 | [0.5.X] Fixed #9462 -- Set the instance in an inline formset correctly so tha... | Brian Rosner |
| 2008-10-28 | [1.0.X] Fixed #8966 -- Changed is_safe for length_is filter to False, since i... | Karen Tracey |
| 2008-10-28 | [1.0.X] Fixed #9039 take 2 -- Modified the new tests added in [9240] so they ... | Karen Tracey |
| 2008-10-24 | [1.0.X] Fixed #7179 -- Changed breadcrumbs on the add page so that a link to ... | Karen Tracey |
| 2008-10-24 | [1.0.X] Fixed #9411 -- Changed the test from r9081 to be more robust across d... | Karen Tracey |
| 2008-10-24 | [1.0.X] Backed out r9250. I committed this to the branch by mistake; there's no | Malcolm Tredinnick |
| 2008-10-24 | [1.0.X] Fixed #9406 -- Ensure that each database column is only represented | Malcolm Tredinnick |
| 2008-10-24 | [1.0.X] Fixed #9383 -- Don't open a network connection for sending email if | Malcolm Tredinnick |
| 2008-10-22 | [1.0.X] Fixed #9252 -- Moved the try/except protecting against incorrect look... | Karen Tracey |
| 2008-10-21 | [1.0.X] Fixed #3096 -- Make admin list_filters respect limit_choices_to. | Karen Tracey |
| 2008-10-21 | [1.0.X] Fixed #9039 -- Don't perform unique checks on NULL values, since NULL... | Karen Tracey |
| 2008-10-11 | [1.0.X] Fixed .distinct() not working with slicing in Oracle, due to the | Malcolm Tredinnick |
| 2008-10-10 | [1.0.X] Yet more file storage testing cleanup for the sake of buildbots; this... | Jacob Kaplan-Moss |
| 2008-10-10 | [1.0.X] More be-nice-to-the-buildbot: be better about cleaning up files creat... | Jacob Kaplan-Moss |
| 2008-10-10 | [1.0.X] Be nice to buildbots: switched `modeltests/files` to use a proper iso... | Jacob Kaplan-Moss |
| 2008-10-08 | [1.0.X] Fixed #9053 -- Allowed for sorting of callable and ModelAdmin methods... | Karen Tracey |
| 2008-10-08 | [1.0.X] Fixed #9319 -- Fixed a crash when using the same model field in multiple | Malcolm Tredinnick |
| 2008-10-08 | [1.0.X] A queryset that has had ordering removed (order_by()) can have ordering | Malcolm Tredinnick |
| 2008-10-08 | [1.0.X] Fixed #6748 -- When printing the repr() of querysets, don't load or | Malcolm Tredinnick |
| 2008-10-08 | [1.0.X] Applying a limit to a queryset that already had an upper limit of 0 | Malcolm Tredinnick |
| 2008-10-08 | [1.0.X] The tests added in r9185 were altering the test environment in bad | Malcolm Tredinnick |
| 2008-10-07 | [1.0.X] Fixed #9233 -- Allow date and message-id headers to be passed in | Malcolm Tredinnick |
| 2008-10-07 | Reverted r9186 -- Committed to the wrong branch (it's a feature addition). | Malcolm Tredinnick |
| 2008-10-07 | Fixed #5888 -- Added methods to the test client to support HEAD, PUT, DELETE | Malcolm Tredinnick |
| 2008-10-07 | [1.0.X] Fixed #9199 -- We were erroneously only prepending "www" to the domain | Malcolm Tredinnick |
| 2008-10-06 | [1.0.X] Added some better error reporting and path handling when creating tem... | Malcolm Tredinnick |
| 2008-10-05 | [1.0.X] Fixed #9259 -- Fixed a validation error for Spanish identity card num... | Malcolm Tredinnick |
| 2008-10-05 | [1.0.X] Add internationalisation support to the comment templates. Fixed #886... | Malcolm Tredinnick |
| 2008-10-05 | [1.0.x] Fixed #8803 -- Allow authenticated users without first_name/last_name... | Malcolm Tredinnick |
| 2008-10-05 | [1.0.X] Altered a failing url template tag test to work more reliably. | Malcolm Tredinnick |
| 2008-09-30 | [1.0.X] 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 |