| Age | Commit message (Expand) | Author |
| 2008-11-01 | Removed unnecessary strings from German translation | Jannis Leidel |
| 2008-11-01 | Updated German translation | Jannis Leidel |
| 2008-10-31 | Consolidated contrib.admin styles by rolling layout.css and global.css direct... | Wilson Miner |
| 2008-10-31 | Applied contrib.admin IE CSS patches to IE6 and 7, and added simple hacks to ... | Wilson Miner |
| 2008-10-31 | Added IE conditional comments to contrib.admin base template to block CSS fro... | Wilson Miner |
| 2008-10-31 | Reformatted contrib.admin CSS to use multi-line selector format so changes ca... | Wilson Miner |
| 2008-10-31 | Fixed #8882 -- When a foreign key is among the unique_together fields in an i... | Brian Rosner |
| 2008-10-30 | Italian translation update | Nicola Larosa |
| 2008-10-28 | Fixed #9462 -- Set the instance in an inline formset correctly so that None d... | Brian Rosner |
| 2008-10-28 | Fixed #8966 -- Changed is_safe for length_is filter to False, since its retur... | Karen Tracey |
| 2008-10-28 | Fixed `MySQLGeoField` to create spatial indexes again. | Justin Bronn |
| 2008-10-26 | Fixed #9448 -- `Layer` objects now carry a reference to their parent `DataSou... | Justin Bronn |
| 2008-10-26 | Fixed #9391 -- `AdminSite` and `ModelAdmin` now exposed in `django.contrib.gi... | Justin Bronn |
| 2008-10-25 | Fixed `ogrinspect` management commannd -- no longer try to pass the global `v... | Justin Bronn |
| 2008-10-24 | Fixed #7179 -- Changed breadcrumbs on the add page so that a link to the chan... | Karen Tracey |
| 2008-10-24 | Fixed #9307 -- Added the ability to pickle the Query class used by the Oracle | Malcolm Tredinnick |
| 2008-10-24 | Fixed #9339 -- Small update to the Simplified Chinese translation from lidaob... | Malcolm Tredinnick |
| 2008-10-24 | Fixed #9372 -- Updated Slovakian translation from Marian Andre. | Malcolm Tredinnick |
| 2008-10-24 | Fixed #9384 -- Fixed a couple of typos. Thanks, Thomas Güttler and romke. | 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-24 | Fixed #9410 -- I did not spell Portuguese correctly 18 months ago. Fixed now. | Malcolm Tredinnick |
| 2008-10-22 | Fixed #9252 -- Moved the try/except protecting against incorrect lookup param... | Karen Tracey |
| 2008-10-21 | Display non_field_errors of inline forms in the admin. This was a presentatio... | Brian Rosner |
| 2008-10-21 | Fixed #3096 -- Make admin list_filters respect limit_choices_to. | Karen Tracey |
| 2008-10-21 | Fixed #9039 -- Don't perform unique checks on NULL values, since NULL != NULL... | Karen Tracey |
| 2008-10-21 | Fixed #9361 -- thanks to Guillaume for the bug report and patch. | Justin Bronn |
| 2008-10-18 | Fixed #9136: Do slicing in Oracle with rownum instead of row_number() for a s... | Ian Kelly |
| 2008-10-17 | Fixed #8110 -- Allow for AdminLogNode's render to be called more than once. | Karen Tracey |
| 2008-10-13 | Fixed Oracle introspection mapping of DATE columns, and added an entry for Or... | Ian Kelly |
| 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-07 | Fixed #9233 -- Allow date and message-id headers to be passed in manually in | Malcolm Tredinnick |
| 2008-10-07 | Fixed #9224 -- Prevent a crash when certain query strings are sent using | 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-06 | Fixed #8321 -- Change django.contrib.auth.models to use django.utils.hashcompat | Malcolm Tredinnick |
| 2008-10-06 | Fixed #5753 -- Allow createsuperuser to work in situations where there | Malcolm Tredinnick |
| 2008-10-06 | Fixed #9305 -- Updated Georgian translation from David Avsajanishvili. | Malcolm Tredinnick |
| 2008-10-06 | Fixed #9212: Added code to check the xgettext version, and if it is lower tha... | Karen Tracey |
| 2008-10-05 | Fixed #8660 -- Small database query optimisation in User.get_profile. | Malcolm Tredinnick |
| 2008-10-05 | Fixed #9068 -- Fixed a couple of typos in InsertQuery.clone(). Thanks, rush. | Malcolm Tredinnick |
| 2008-10-05 | Fixed #9283 -- Deliberately silence one deprecation warning raised by python ... | Malcolm Tredinnick |
| 2008-10-05 | Fixed #9294 -- Removed a (harmless) double conversion to unicode in one form | Malcolm Tredinnick |