| Age | Commit message (Expand) | Author |
| 2008-09-29 | Fixed #9234 -- Typo fix. | Malcolm Tredinnick |
| 2008-09-28 | Italian translation: one correction; thanks, Marco Beri. | Nicola Larosa |
| 2008-09-28 | Fixed Queryset.dates() in the presence of extra-select columns. | Malcolm Tredinnick |
| 2008-09-28 | Restored documentation about pickling QuerySets (and how to only pickle the | Malcolm Tredinnick |
| 2008-09-28 | Use correct m2m join table name in LatestCommentsFeed | James Bennett |
| 2008-09-28 | Fixed #9203: Restore correct ordering for LatestCommentsFeed | James Bennett |
| 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-27 | Fied #9169 -- Fixed a typo in a docs example. Thanks, jeremyb. | Malcolm Tredinnick |
| 2008-09-22 | Fixed #8371: Added a note warning Windows users about the use of forward slas... | Russell Keith-Magee |
| 2008-09-22 | Fixed #8967: Added documentation for the 'through' option on a many-to-many f... | Russell Keith-Magee |
| 2008-09-22 | Add some docstrings to the base classes for management commands. Refs #9170. | James Bennett |
| 2008-09-22 | Fixed a missing variable initialisation deep in the Query bowels. | Malcolm Tredinnick |
| 2008-09-21 | Fixed #7582: Removed checks that prevented null=True ForeignKey fields from b... | Karen Tracey |
| 2008-09-21 | Fixed 8984: Only include a "Documentation" link on change password and change... | Karen Tracey |
| 2008-09-21 | Fixed #9149: Fixed reST error in syndication docs | James Bennett |
| 2008-09-20 | Added a generic "button" class to the admin styles to allow applying the stan... | Wilson Miner |
| 2008-09-19 | Fixed heading levels in docs/internals/committers | Jacob Kaplan-Moss |
| 2008-09-19 | Updated contributing documentation to contain the new release process and upd... | Jacob Kaplan-Moss |
| 2008-09-18 | Fixed #9129 -- Restored a force_unicode that was lost when unicode changes we... | Karen Tracey |
| 2008-09-18 | Fixed #9121: Corrected markup in the form preview docs. Thanks to Jarek Zgoda... | Russell Keith-Magee |
| 2008-09-18 | Fixed #8955: Modified the sphinx configuration to generate LaTeX documentatio... | Russell Keith-Magee |
| 2008-09-18 | Fixed #9125 -- When displaying errors for a form with only hidden fields, mak... | Malcolm Tredinnick |
| 2008-09-17 | Fixed #9117: Made the test client a new-style class. Thanks to Jan Oberst for... | Russell Keith-Magee |
| 2008-09-17 | Fixed #8865 -- Improved the robustness of some file path tests. | Malcolm Tredinnick |
| 2008-09-17 | Fixed #9014 -- Check that we really are processing a POST before processing | Malcolm Tredinnick |
| 2008-09-17 | Changed a slightly suspicious usage of request.POST to request.method == 'POST'. | Malcolm Tredinnick |
| 2008-09-17 | Fixed #9096 -- Fixed a slightly out-of-date comment. | Malcolm Tredinnick |
| 2008-09-17 | Fixed some misordered markup for the ROOT_URLCONF setting in the docs. | Malcolm Tredinnick |
| 2008-09-17 | Fixed #9113 -- Improved exception message reporting when importing sqlite3 fa... | Malcolm Tredinnick |
| 2008-09-17 | Fixed #8859 -- Some improvements to the Mandarin Chinese translation. Thanks,... | Malcolm Tredinnick |
| 2008-09-17 | Fixed #9018 -- Updated Georgian translation from David Avsajanishvili. | Malcolm Tredinnick |
| 2008-09-17 | Fixed #9017 -- Updated Danish translation from Finn Gruwier Larsen. | Malcolm Tredinnick |
| 2008-09-17 | Fixed #6415. Updated Icelandic translation from Jökull Sólberg Auðunsson. | Malcolm Tredinnick |
| 2008-09-17 | Fixed #8409 -- The runserver now uses conditional GET for admin media files, ... | Adrian Holovaty |
| 2008-09-17 | Fixed #8546 -- Fixed error in request-response.txt where we were incorrectly ... | Adrian Holovaty |
| 2008-09-17 | Fixed #8573 -- Fixed bug in 'inspectdb' regarding case-sensitivity of field n... | Adrian Holovaty |
| 2008-09-17 | Fixed #8574 -- Made Sitemap a new-style class | Adrian Holovaty |
| 2008-09-17 | Fixed #9103 -- Added django.contrib.admin to the docs modindex (I think) | Adrian Holovaty |
| 2008-09-16 | Fixed #8870 -- Changed django.contrib.comments templates to use lowercase 'po... | Adrian Holovaty |
| 2008-09-16 | Fixed #9016 -- Changed VERSION from 1.0.final to 1.0.post-release-SVN, which ... | Adrian Holovaty |
| 2008-09-16 | Changed the app-level links on the admin index page to include trailing slash... | Adrian Holovaty |
| 2008-09-16 | Fixed #9035 -- Reworded 'File uploads' link in docs index.txt to be clearer | Adrian Holovaty |
| 2008-09-16 | Fixed #9073 -- Fixed a unit test that broke after [9002]. Thanks, kratorius | Adrian Holovaty |
| 2008-09-16 | Fixed #9083 -- Improved get_admin_log template tag so that it doesn't run a s... | Adrian Holovaty |
| 2008-09-16 | Fixed #9091 -- Rephrased Variable() documentation. Thanks, telenieko | Adrian Holovaty |
| 2008-09-16 | Fixed #9092 -- Improved validation of app/project names by startapp/startproj... | Adrian Holovaty |
| 2008-09-16 | Edited some recent docs changes | Adrian Holovaty |
| 2008-09-16 | Fixed #9097 -- Fixed typo in tutorial04.txt. Thanks, zhe | Adrian Holovaty |
| 2008-09-16 | Edited forms/index.txt changes from [9030] | Adrian Holovaty |