| Age | Commit message (Expand) | Author |
| 2011-11-18 | Added support for time zones. Thanks Luke Plant for the review. Fixed #2626. | Aymeric Augustin |
| 2011-11-01 | Fixed #17117 - ADMIN_MEDIA_PREFIX should still be visible in docs | Luke Plant |
| 2011-10-22 | Fixed #17087 -- Re-organized the i18n docs to reduce confusion between USE_I1... | Aymeric Augustin |
| 2011-10-22 | Fixed #16360 -- Added WSGI entrypoint to startproject layout, and enabled int... | Carl Meyer |
| 2011-10-14 | Fixed #12308 -- Added tablespace support to the PostgreSQL backend. | Aymeric Augustin |
| 2011-10-14 | Fixed many more ReST indentation errors, somehow accidentally missed from [16... | Luke Plant |
| 2011-10-07 | Fixed typo in r16935. Refs #17012. | Aymeric Augustin |
| 2011-10-07 | Fixed #17012 - Removed references to the 'hasNoProfanities' validator. Refs #... | Aymeric Augustin |
| 2011-09-19 | Fixed #16876 -- Fixed a cross reference in the settings reference doc. Thanks... | Julien Phalip |
| 2011-09-18 | Rectified the settings reference documentation to indicate that `USE_L10N` (a... | Julien Phalip |
| 2011-09-16 | Fixed #16863 -- Corrected ReST markup to avoid errors building docs. | Carl Meyer |
| 2011-09-16 | Added release note and updated TEMPLATE_DEBUG documentation for r16833. Thank... | Carl Meyer |
| 2011-09-10 | Altered the behavior of URLField to avoid a potential DOS vector, and to avoi... | Russell Keith-Magee |
| 2011-09-10 | Added protection against spoofing of X_FORWARDED_HOST headers. A security ann... | Russell Keith-Magee |
| 2011-09-09 | Remove no-longer-valid references to the DATABASE_* settings, the legacy code... | Alex Gaynor |
| 2011-09-08 | Fixed #15918 -- Refined documentation of the various localization settings, e... | Jannis Leidel |
| 2011-09-04 | Converted links to external topics so they use intersphinx extension markup. | Ramiro Morales |
| 2011-09-02 | Fixed #16729 -- Fixed a small typo in the settings reference doc. Thanks to s... | Julien Phalip |
| 2011-08-22 | Documented some Oracle-specific test settings. | Malcolm Tredinnick |
| 2011-08-13 | Fixed #16621 -- Fixed lots of typos in the docs. Thanks, Bernhard Essl. | Jannis Leidel |
| 2011-07-12 | Add a note to USE_L10N settings documentation that startproject sets USE_L10N... | Chris Beaven |
| 2011-06-30 | Fixed #16050 -- BACKWARDS-INCOMPATIBLE CHANGE: Moved static files of the admi... | Jannis Leidel |
| 2011-06-08 | Fixed #14614 - filtering of sensitive information in 500 error reports. | Luke Plant |
| 2011-05-30 | Fixed #14261 - Added clickjacking protection (X-Frame-Options header) | Luke Plant |
| 2011-05-29 | Fixed #15992 -- Added more references to settings. Thanks, aaugustin. | Jannis Leidel |
| 2011-05-21 | Fixed #12417 -- Added signing functionality, including signing cookies. Many ... | Jannis Leidel |
| 2011-05-09 | Fixed #14134 - ability to set cookie 'path' and 'secure' attributes of CSRF c... | Luke Plant |
| 2011-05-09 | Added clarifying note to docs for CSRF_COOKIE_DOMAIN | Luke Plant |
| 2011-05-05 | Fixed #15954 - New IGNORABLE_404_URLS setting that allows more powerful filte... | Luke Plant |
| 2011-04-24 | Fixed #15801 - Incorrect external link for dictConfig; thanks David Niergarth... | Timo Graham |
| 2011-04-17 | Fixed #15822 -- Removed references to the v1 postgresql backend (which has be... | Adrian Holovaty |
| 2011-04-01 | Changed e-mail to email throughout documentation and codebase. The one except... | Adrian Holovaty |
| 2011-02-07 | Fixed #5494, #10765, #14924 -- Modified the order in which translations are r... | Ramiro Morales |
| 2011-02-01 | Fixed some documentation and default-settings.py comments that were misleadin... | Carl Meyer |
| 2011-01-30 | Reworded parts of the staticfiles documentation after receiving various user ... | Jannis Leidel |
| 2011-01-25 | Fixed #14038 -- Added information to release notes and version changed|added ... | Ramiro Morales |
| 2011-01-02 | Fixed #6218 -- Made MEDIA_URL and STATIC_URL require a trailing slash to ensu... | Jannis Leidel |
| 2010-12-26 | Fixed #14000 - remove versionadded/changed tags for Django 1.0 and 1.1 | Timo Graham |
| 2010-12-21 | Fixed #11675 -- Added support for the PyLibMC cache library. In order to supp... | Russell Keith-Magee |
| 2010-12-12 | Fixed #14103 -- Take USE_ETAGS setting into account when patching the respons... | Jannis Leidel |
| 2010-12-05 | Fixed #13605 -- Improved documentation of the django.core.files.storage modul... | Gabriel Hurley |
| 2010-12-05 | Added versionadded markup to the TEST_DEPENDENCIES setting. | Russell Keith-Magee |
| 2010-12-05 | Corrected incomplete and incorrect docs from r14822. | Russell Keith-Magee |
| 2010-11-26 | Fixed #14781 - Setting "CACHE_PREFIX" should be "CACHE_KEY_PREFIX". Thanks to... | Timo Graham |
| 2010-11-26 | Fixed #3304 -- Added support for HTTPOnly cookies. Thanks to arvin for the su... | Russell Keith-Magee |
| 2010-11-22 | Fixed #14738 -- Improved crossref linking for cache settings, and fixed a few... | Gabriel Hurley |
| 2010-11-19 | Fixed #13795 -- Added a site-wide cache prefix and cache versioning. Thanks t... | Russell Keith-Magee |
| 2010-11-17 | Fixed #14693, #14709 -- Backwards incompatible change to rectify the confusio... | Jannis Leidel |
| 2010-11-16 | Better cross-referencing of the USE_THOUSAND_SEPARATOR setting in documentati... | Chris Beaven |
| 2010-11-13 | Corrected default value for ADMIN_MEDIA_PREFIX in docs, and added info about ... | Luke Plant |