summaryrefslogtreecommitdiff
path: root/docs/settings.txt
AgeCommit message (Expand)Author
2007-11-28queryset-refactor: Merged from trunk up to [6724].Malcolm Tredinnick
2007-10-23queryset-refactor: Merged from trunk up to [6595].Malcolm Tredinnick
2007-10-08queryset-refactor: Merged changed from trunk up to [6463].Malcolm Tredinnick
2007-09-20queryset-refactor: Merged to [6381]Adrian Holovaty
2007-09-15queryset-refactor: Merged to [6340]Adrian Holovaty
2007-09-15queryset-refactor: Merged to [6197]Adrian Holovaty
2007-08-25Fixed #5169 -- Fixed error in docs/settings.txt "404 errors" section. Thanks,...Adrian Holovaty
2007-07-05Added CACHE_MIDDLEWARE_SECONDS to global settings and documentation (it'sMalcolm Tredinnick
2007-07-04Merged Unicode branch into trunk (r4952:5608). This should be fullyMalcolm Tredinnick
2007-06-23Merged boulder-oracle-sprint branch (r3965:5512) back into trunk. AllMalcolm Tredinnick
2007-06-01Fixed grammar error in docs/settings.txt from [5380]Adrian Holovaty
2007-05-29Added new TEST_DATABASE_CHARSET and TEST_DATABASE_COLLATION settings to ensureMalcolm Tredinnick
2007-05-29Fixed #1278 -- Added a context processor that puts MEDIA_URL in the context, ...Russell Keith-Magee
2007-05-27Fixed #3227 -- Clarified DATABASE_HOST semantics for PostgreSQL.Malcolm Tredinnick
2007-05-19Fixed #4327 -- Fixed silly typo in code example. Pointed out byMalcolm Tredinnick
2007-05-03Added "new in development version" markers to new email stuff.Malcolm Tredinnick
2007-05-03Fixed #2897 -- Added support for TLS connections to email handling. This meansMalcolm Tredinnick
2007-05-01Fixed #4188 -- Removed the explicit list of default LANGUAGES setting values,Malcolm Tredinnick
2007-04-28Made small formatting tweaks to docs/settings.txt and docs/email.txt changes ...Adrian Holovaty
2007-04-27Fixed #4163 -- Added some "quick notes" documentation about the configurationMalcolm Tredinnick
2007-04-26Added 'New in Django development version' note to docs/settings.txt changes f...Adrian Holovaty
2007-04-25Fixed #3185 -- Made values for login, logout and post-login redirect URLsMalcolm Tredinnick
2007-04-24Fixed #4133 -- Fixed broken links in docs. Thanks, Gary WilsonAdrian Holovaty
2007-04-20Changed all URL references for django_admin/ to the canonical name ofMalcolm Tredinnick
2007-03-23Remove notes about things added/removed in development version, since the dev...James Bennett
2007-03-21Added a mysql_old backend that matches the mysql backend prior to [4724]. ThisMalcolm Tredinnick
2007-03-07Fixed #3646 -- Corrected documentation for ABSOLUTE_URL_OVERRIDES. Patch fromMalcolm Tredinnick
2007-03-01Fixes #2333 -- Added test fixtures framework.Russell Keith-Magee
2007-02-28Fixed #3602: a few small doc fixes. Thanks, Jeremy DunckJacob Kaplan-Moss
2007-02-26Improved error e-mail docs in docs/settings.txt from [4619]Adrian Holovaty
2007-02-26Fixed #3195: added a note in settings.txt about DEBUG and HIDDEN_SETTINGS. Th...Jacob Kaplan-Moss
2007-02-26Fixed #3135: added some more explanation about how the various error email se...Jacob Kaplan-Moss
2007-02-12Fixed dangling modifier in docs/settings.txtAdrian Holovaty
2007-02-12Fixed #2315 -- added work around for Windows timezone setting (i.e. we can't doMalcolm Tredinnick
2007-01-24Fixed #3333 -- Docs now use relative links, not hard-coded djangoproject.com ...Adrian Holovaty
2007-01-23Fixed #2296 -- Documented required trailing slash for MEDIA_URL. Thanks, nwp@...Adrian Holovaty
2007-01-03Fixed #3226: removed some pre-magic-removal-isms in settings docs. Thanks, ub...Jacob Kaplan-Moss
2006-12-14Fixed #1977 -- Changed postgresql.org link regarding timezone choices in docs...Adrian Holovaty
2006-12-06Fixed #3068 -- Fixed ReST error in docs/settings.txt. Thanks, Antonio CavedoniAdrian Holovaty
2006-11-07Fixed #2866: Added DATABASE_OPTIONS setting which gets passed as extra kwargs...Jacob Kaplan-Moss
2006-11-07Fixed #2934: greatly improved the accuracy if the isExistingURL check. Also ...Jacob Kaplan-Moss
2006-10-24Fixed #2940 -- Clarified docs/settings.txt entry about MANAGERS. Thanks, matt...Adrian Holovaty
2006-09-28Removed ENABLE_PSYCO setting. If you still need to use this, write custom mid...Adrian Holovaty
2006-09-25Small improvements to profanities-to-settings move from [3784]Adrian Holovaty
2006-09-22Fixed #2678 -- Moved the list of profanities for the hasNoProfanities validatorMalcolm Tredinnick
2006-09-01Refs #2333 - Added a TEST_DATABASE_NAME setting that can be used to override ...Russell Keith-Magee
2006-08-31Refs #2333 - Added more documentation for testing framework, and clarified so...Russell Keith-Magee
2006-08-22Fixed #2572 -- Added all languages to docs/settings.txt. Thanks for the patch...Adrian Holovaty
2006-08-12Fixed #2523 -- Added SESSION_COOKIE_SECURE setting. Thanks, mir@noris.deAdrian Holovaty
2006-07-13Proofread docs/settings.txt changes from [3336]Adrian Holovaty