| Age | Commit message (Expand) | Author |
| 2010-11-14 | Fixed #14536 -- Corrected DB connection OPTIONS examples in documentation. Th... | Ramiro Morales |
| 2010-11-13 | Fixed #12325 -- Allows zero values for moderate_after and close_after fields ... | Jannis Leidel |
| 2010-11-13 | Added release notes for potential alpha-2. | Jannis Leidel |
| 2010-11-13 | Refactored runserver command and moved code related to staticfiles to a subcl... | Jannis Leidel |
| 2010-11-13 | Fixed a few typos introduced in r14533. | Jannis Leidel |
| 2010-11-13 | Corrected default value for ADMIN_MEDIA_PREFIX in docs, and added info about ... | Luke Plant |
| 2010-11-12 | Correct a typo in [14541]. | James Bennett |
| 2010-11-12 | Better description in the release notes of what's going on with the PasswordI... | James Bennett |
| 2010-11-12 | Fixed #14669 -- corrected an ungrammatical sentence in the internationalizati... | Gabriel Hurley |
| 2010-11-11 | Reverted deprecation of media context processor (from r14293) to separate sta... | Jannis Leidel |
| 2010-11-11 | Added AdminMediaHandler to deprecation docs. | Jannis Leidel |
| 2010-11-11 | Fixed #14524, #14582, #14617, #14665 and #14667 -- Tweaked staticfiles app. | Jannis Leidel |
| 2010-11-11 | Added note about the addition of the django.contrib.staticfiles app. Thanks t... | Jannis Leidel |
| 2010-11-11 | Turns out that "unintended paragraph break" was actually missing the end of t... | Gabriel Hurley |
| 2010-11-11 | Small corrections to 1.3-alpha release notes (an unintended paragraph break, ... | Gabriel Hurley |
| 2010-11-11 | Add 1.3 alpha notes to release-notes index. | James Bennett |
| 2010-11-11 | Remove the 1.3 paragraph from the alpha notes. | James Bennett |
| 2010-11-11 | Correct a typo in the 1.3 alpha release notes. | James Bennett |
| 2010-11-11 | Add roadmap and contributing boilerplate to 1.3 alpha notes. | James Bennett |
| 2010-11-11 | Add 1.3 alpha 1 release notes. | James Bennett |
| 2010-11-09 | Fixed #7539, #13067 -- Added on_delete argument to ForeignKey to control casc... | Carl Meyer |
| 2010-11-09 | Fixed #14599 -- Added documentation for QuerySet.delete() in the QuerySet API... | Carl Meyer |
| 2010-11-09 | Fixed #14650 -- noted that underscores are also valid in slug fields. Thanks... | Alex Gaynor |
| 2010-11-09 | Fixed typo in raw SQL docs example. | Ramiro Morales |
| 2010-11-08 | Small rewording of tutorial01.txt changes from [14066] | Adrian Holovaty |
| 2010-11-08 | Fixed #14641 - a handful of grammer/typo fixes. | Jacob Kaplan-Moss |
| 2010-11-07 | Fixed #11877 -- Documented that HttpRequest.get_host() fails behind multiple ... | Gabriel Hurley |
| 2010-11-07 | Completed and enhanced links to database-specific notes from the install docs. | Ramiro Morales |
| 2010-11-07 | Fixed #14636 -- corrected bad formatting in the docs, which was resulting in ... | Alex Gaynor |
| 2010-11-07 | Fixed #12975 -- Moved the docs for contrib.admindocs out of the template docs... | Gabriel Hurley |
| 2010-11-07 | Fixed #10904 -- Corrected inappropriate usage of the term "absolute URL" thro... | Gabriel Hurley |
| 2010-11-07 | Fixed #8325 -- Reorganization and expansion of the login_required decorator d... | Gabriel Hurley |
| 2010-11-06 | Fixed #14600 -- Added a versionchanged directive to the TEMPLATE_CONTEXT_PROC... | Gabriel Hurley |
| 2010-11-06 | Added a README for building offline HTML docs. | Luke Plant |
| 2010-11-06 | Fixed hyperlinking of template tags/filters in offline docs so that non-built... | Luke Plant |
| 2010-11-06 | Fixed #14627 -- Made Tutorial 3 more explicit regarding the transformations t... | Gabriel Hurley |
| 2010-11-06 | Fixed #14624 -- Updated a few outdated references to CacheMiddleware in the t... | Gabriel Hurley |
| 2010-11-06 | Fixed #14629 -- corrected a misspelling and poor wording in the docs. Thanks... | Alex Gaynor |
| 2010-11-04 | Fixed #14619 -- corrected a typo in the email docs. | Alex Gaynor |
| 2010-11-04 | Fixed #6476 -- Added option to makemessages management command to disable wra... | Jannis Leidel |
| 2010-11-04 | Fixed typo in i18n docs. | Jannis Leidel |
| 2010-11-04 | Fixed #9988 -- Added support for translation contexts. Thanks, Claude Paroz. | Jannis Leidel |
| 2010-11-04 | Fixed #14318 -- Added `GEOSGeometry.valid_reason` property. Thanks, Rob Coup. | Justin Bronn |
| 2010-11-02 | Fixed #13567 -- Added a 'silent' argument to the cycle tag, so that you can d... | Russell Keith-Magee |
| 2010-11-02 | Fixed #14584 -- Documented settings.PASSWORD_RESET_TIMEOUT_DAYS. Also fixed s... | Gabriel Hurley |
| 2010-11-01 | Fixed #14455 -- Documented the backwards compatibility policy for local flavo... | Russell Keith-Magee |
| 2010-10-31 | Fixed a typo in the class based views docs, thanks to lasko for the report. | Alex Gaynor |
| 2010-10-31 | Fixed #13503 -- Corrected misleading custom permission example in the docs. | Ramiro Morales |
| 2010-10-29 | Fixed #14181 -- Added a template tag and filters to allow localization to be ... | Russell Keith-Magee |
| 2010-10-29 | Fixed #9886 -- Added a file-like interface to HttpRequest. Thanks to Ivan Sag... | Russell Keith-Magee |