| Age | Commit message (Expand) | Author |
| 2008-08-23 | Massive reorganization of the docs. See the new docs online at http://docs.dj... | Jacob Kaplan-Moss |
| 2008-08-16 | Fixed #8267: Corrected documentation for default value of DEFAULT_FILE_STORAG... | James Bennett |
| 2008-08-15 | Fixed #8262: Corrected typo in docs/settings.txt | James Bennett |
| 2008-08-08 | File storage refactoring, adding far more flexibility to Django's file handli... | Jacob Kaplan-Moss |
| 2008-07-30 | A couple of small typo fixes in the settings docs. Fixed #8032. | Malcolm Tredinnick |
| 2008-07-21 | Changed/fixed the way Django handles SCRIPT_NAME and PATH_INFO (or | Malcolm Tredinnick |
| 2008-07-18 | Refs #6086 -- Changed settings docs to reflect deprecation of "simple" cache ... | Gary Wilson Jr |
| 2008-07-18 | Removed the mysql_old backend. It smells bad and has no friends. | Malcolm Tredinnick |
| 2008-07-07 | Fixed #7614: the quickening has come, and there now is only one UploadedFile.... | Jacob Kaplan-Moss |
| 2008-07-06 | Fixed #5522 -- Moved make-messages, compile-messages and daily-cleanup into d... | Malcolm Tredinnick |
| 2008-07-01 | Fixed #2070: refactored Django's file upload capabilities. | Jacob Kaplan-Moss |
| 2008-06-19 | Fixed #7059 -- Added a note to the settings documentation reminding users tha... | Russell Keith-Magee |
| 2008-06-17 | Fixed #7174 -- Corrected the default setting for TEMPLATE_LOADERS described i... | Russell Keith-Magee |
| 2008-06-12 | Various documentation edits from the past few changesets | Adrian Holovaty |
| 2008-05-17 | Fixed title underline length | Luke Plant |
| 2008-05-16 | Added DEBUG_PROPAGATE_EXCEPTIONS setting that helps testing under e.g. twill | Luke Plant |
| 2008-03-26 | Removed the ado_mssql database backend. | Malcolm Tredinnick |
| 2008-03-18 | Fixed #4783: Added a note that "admin media" means "media used by the admin a... | James Bennett |
| 2008-03-18 | Fixed #6382: Documented request.urlconf | James Bennett |
| 2008-03-13 | Edited settings.txt and i18n.txt changes from [7185] | Adrian Holovaty |
| 2008-02-29 | Fixed #5603 -- Allow customization of the language cookie name. Thanks, moe. | Malcolm Tredinnick |
| 2007-12-17 | Fixed #6134 -- Allow an on-disk SQLite database to be used for tests, if requ... | Malcolm Tredinnick |
| 2007-12-04 | Edited various doc changes from [6801] | Adrian Holovaty |
| 2007-12-02 | Fixed #5743 -- Tweaked the exceptions raised when importing settings so that we | Malcolm Tredinnick |
| 2007-12-01 | Fixed #3483: Documented AUTH_PROFILE_MODULE and custom user profiles | James Bennett |
| 2007-12-01 | Fixed #6007: Added DEFAULT_TABLESPACE and DEFAULT_INDEX_TABLESPACE | Ian Kelly |
| 2007-12-01 | Fixed #6079: Added AUTHENTICATION_BACKENDS to docs/settings.txt | James Bennett |
| 2007-11-30 | Edited docs/settings.txt changes from [6545] | Adrian Holovaty |
| 2007-11-19 | Fixed #5978 -- Gave `LOCALE_PATHS` a default setting of an empty tuple and re... | Gary Wilson Jr |
| 2007-10-20 | Added "new in development version" marker for [6545]. | Malcolm Tredinnick |
| 2007-10-20 | Fixed #4724 -- Added support for configurable session cookie paths. Helps with | Malcolm Tredinnick |
| 2007-10-19 | Added default value for LOCALE_PATHS from [6530]. | Malcolm Tredinnick |
| 2007-10-19 | Fixed #5750 -- Documented `LOCALE_PATHS` setting, with a link to the internat... | Gary Wilson Jr |
| 2007-09-20 | Fixed #5556 - Minor typo in settings docs. Thanks for the eagle eyes, jleedev. | Russell Keith-Magee |
| 2007-09-15 | Edited docs/settings.txt changes from [6316] | Adrian Holovaty |
| 2007-09-15 | Fixed #2066: session data can now be stored in the cache or on the filesystem... | Jacob Kaplan-Moss |
| 2007-09-15 | Fixed #5454: settings.DATABASE_BACKEND may now refer to an external package (... | Jacob Kaplan-Moss |
| 2007-09-14 | Fixed #5455 -- Fixed some backticks, quotes and typos in the settings documen... | Russell Keith-Magee |
| 2007-08-25 | Fixed #5169 -- Fixed error in docs/settings.txt "404 errors" section. Thanks,... | Adrian Holovaty |
| 2007-07-05 | Added CACHE_MIDDLEWARE_SECONDS to global settings and documentation (it's | Malcolm Tredinnick |
| 2007-07-04 | Merged Unicode branch into trunk (r4952:5608). This should be fully | Malcolm Tredinnick |
| 2007-06-23 | Merged boulder-oracle-sprint branch (r3965:5512) back into trunk. All | Malcolm Tredinnick |
| 2007-06-01 | Fixed grammar error in docs/settings.txt from [5380] | Adrian Holovaty |
| 2007-05-29 | Added new TEST_DATABASE_CHARSET and TEST_DATABASE_COLLATION settings to ensure | Malcolm Tredinnick |
| 2007-05-29 | Fixed #1278 -- Added a context processor that puts MEDIA_URL in the context, ... | Russell Keith-Magee |
| 2007-05-27 | Fixed #3227 -- Clarified DATABASE_HOST semantics for PostgreSQL. | Malcolm Tredinnick |
| 2007-05-19 | Fixed #4327 -- Fixed silly typo in code example. Pointed out by | Malcolm Tredinnick |
| 2007-05-03 | Added "new in development version" markers to new email stuff. | Malcolm Tredinnick |
| 2007-05-03 | Fixed #2897 -- Added support for TLS connections to email handling. This means | Malcolm Tredinnick |
| 2007-05-01 | Fixed #4188 -- Removed the explicit list of default LANGUAGES setting values, | Malcolm Tredinnick |