summaryrefslogtreecommitdiff
path: root/docs/settings.txt
AgeCommit message (Collapse)Author
2007-04-28Made small formatting tweaks to docs/settings.txt and docs/email.txt changes ↵Adrian Holovaty
from [5111] git-svn-id: http://code.djangoproject.com/svn/django/trunk@5115 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2007-04-27Fixed #4163 -- Added some "quick notes" documentation about the configurationMalcolm Tredinnick
variables required to send email. Thanks, Karen Tracey. git-svn-id: http://code.djangoproject.com/svn/django/trunk@5111 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2007-04-26Added 'New in Django development version' note to docs/settings.txt changes ↵Adrian Holovaty
from [5072], and fixed alphabetizing git-svn-id: http://code.djangoproject.com/svn/django/trunk@5093 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2007-04-25Fixed #3185 -- Made values for login, logout and post-login redirect URLsMalcolm Tredinnick
configurable. This is a combined patch from Vasily Sulatskov, Marc Fargas and Collin Grady. git-svn-id: http://code.djangoproject.com/svn/django/trunk@5072 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2007-04-24Fixed #4133 -- Fixed broken links in docs. Thanks, Gary WilsonAdrian Holovaty
git-svn-id: http://code.djangoproject.com/svn/django/trunk@5064 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2007-04-20Changed all URL references for django_admin/ to the canonical name ofMalcolm Tredinnick
django-admin/. This will avoid problems with missing HTTP redirects in future historical documents. Refs #3992. git-svn-id: http://code.djangoproject.com/svn/django/trunk@5040 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2007-03-23Remove notes about things added/removed in development version, since the ↵James Bennett
development version is about to become 0.96 git-svn-id: http://code.djangoproject.com/svn/django/trunk@4804 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2007-03-21Added a mysql_old backend that matches the mysql backend prior to [4724]. ThisMalcolm Tredinnick
is only for backwards compatibility purposes. git-svn-id: http://code.djangoproject.com/svn/django/trunk@4767 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2007-03-07Fixed #3646 -- Corrected documentation for ABSOLUTE_URL_OVERRIDES. Patch fromMalcolm Tredinnick
James Bennett. git-svn-id: http://code.djangoproject.com/svn/django/trunk@4672 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2007-03-01Fixes #2333 -- Added test fixtures framework.Russell Keith-Magee
git-svn-id: http://code.djangoproject.com/svn/django/trunk@4659 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2007-02-28Fixed #3602: a few small doc fixes. Thanks, Jeremy DunckJacob Kaplan-Moss
git-svn-id: http://code.djangoproject.com/svn/django/trunk@4648 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2007-02-26Improved error e-mail docs in docs/settings.txt from [4619]Adrian Holovaty
git-svn-id: http://code.djangoproject.com/svn/django/trunk@4622 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2007-02-26Fixed #3195: added a note in settings.txt about DEBUG and HIDDEN_SETTINGS. ↵Jacob Kaplan-Moss
Thanks, cmgreen@uab.edu git-svn-id: http://code.djangoproject.com/svn/django/trunk@4620 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2007-02-26Fixed #3135: added some more explanation about how the various error email ↵Jacob Kaplan-Moss
settings work together. Thanks, Simon G. git-svn-id: http://code.djangoproject.com/svn/django/trunk@4619 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2007-02-12Fixed dangling modifier in docs/settings.txtAdrian Holovaty
git-svn-id: http://code.djangoproject.com/svn/django/trunk@4491 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2007-02-12Fixed #2315 -- added work around for Windows timezone setting (i.e. we can't doMalcolm Tredinnick
it). This will work until somebody wants to write some full Win32 timezone changing code for us. Thanks to Marc Fargas and SmileyChris for the combined patch. git-svn-id: http://code.djangoproject.com/svn/django/trunk@4487 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2007-01-24Fixed #3333 -- Docs now use relative links, not hard-coded djangoproject.com ↵Adrian Holovaty
links. Thanks for the patch, SmileyChris git-svn-id: http://code.djangoproject.com/svn/django/trunk@4420 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2007-01-23Fixed #2296 -- Documented required trailing slash for MEDIA_URL. Thanks, ↵Adrian Holovaty
nwp@nz.lemon-computing.com git-svn-id: http://code.djangoproject.com/svn/django/trunk@4399 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2007-01-03Fixed #3226: removed some pre-magic-removal-isms in settings docs. Thanks, ↵Jacob Kaplan-Moss
ubernostrum. git-svn-id: http://code.djangoproject.com/svn/django/trunk@4280 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2006-12-14Fixed #1977 -- Changed postgresql.org link regarding timezone choices in ↵Adrian Holovaty
docs/settings.txt git-svn-id: http://code.djangoproject.com/svn/django/trunk@4201 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2006-12-06Fixed #3068 -- Fixed ReST error in docs/settings.txt. Thanks, Antonio CavedoniAdrian Holovaty
git-svn-id: http://code.djangoproject.com/svn/django/trunk@4167 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2006-11-07Fixed #2866: Added DATABASE_OPTIONS setting which gets passed as extra ↵Jacob Kaplan-Moss
kwargs to the backend's connect method. Thanks, ymasuda. git-svn-id: http://code.djangoproject.com/svn/django/trunk@4048 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2006-11-07Fixed #2934: greatly improved the accuracy if the isExistingURL check. Also ↵Jacob Kaplan-Moss
introduced a new setting, URL_VALIDATOR_USER_AGENT, which is the User-Agent that the validator will use to check for URL existance. Thanks, Jeremy. git-svn-id: http://code.djangoproject.com/svn/django/trunk@4035 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2006-10-24Fixed #2940 -- Clarified docs/settings.txt entry about MANAGERS. Thanks, ↵Adrian Holovaty
matt.riggott@gmail.com git-svn-id: http://code.djangoproject.com/svn/django/trunk@3923 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2006-09-28Removed ENABLE_PSYCO setting. If you still need to use this, write custom ↵Adrian Holovaty
middleware that activates psyco for you. git-svn-id: http://code.djangoproject.com/svn/django/trunk@3877 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2006-09-25Small improvements to profanities-to-settings move from [3784]Adrian Holovaty
git-svn-id: http://code.djangoproject.com/svn/django/trunk@3837 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2006-09-22Fixed #2678 -- Moved the list of profanities for the hasNoProfanities validatorMalcolm Tredinnick
into global_settings. Patch from Matt Croydon. git-svn-id: http://code.djangoproject.com/svn/django/trunk@3784 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2006-09-01Refs #2333 - Added a TEST_DATABASE_NAME setting that can be used to override ↵Russell Keith-Magee
the 'test_' + DATABASE_NAME naming policy. This setting is then used in runtests.py to restore the use of 'django_test_db' as the Django model/regression test database. Thanks to Michael Radziej for the feedback. git-svn-id: http://code.djangoproject.com/svn/django/trunk@3706 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2006-08-31Refs #2333 - Added more documentation for testing framework, and clarified ↵Russell Keith-Magee
some code as a result of trying to describe it. git-svn-id: http://code.djangoproject.com/svn/django/trunk@3689 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2006-08-22Fixed #2572 -- Added all languages to docs/settings.txt. Thanks for the ↵Adrian Holovaty
patch, gandalf@owca.info git-svn-id: http://code.djangoproject.com/svn/django/trunk@3643 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2006-08-12Fixed #2523 -- Added SESSION_COOKIE_SECURE setting. Thanks, mir@noris.deAdrian Holovaty
git-svn-id: http://code.djangoproject.com/svn/django/trunk@3570 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2006-07-13Proofread docs/settings.txt changes from [3336]Adrian Holovaty
git-svn-id: http://code.djangoproject.com/svn/django/trunk@3337 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2006-07-12Made it clear that we do not alter the process environment when manual settingsMalcolm Tredinnick
configuration is used. git-svn-id: http://code.djangoproject.com/svn/django/trunk@3336 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2006-07-11Added note to docs/settings.txt and docs/i18n.txt about not importing from ↵Adrian Holovaty
django.utils.translation in the settings file git-svn-id: http://code.djangoproject.com/svn/django/trunk@3318 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2006-07-07Fixed #1977 -- Added clarification about TIME_ZONE setting.Adrian Holovaty
git-svn-id: http://code.djangoproject.com/svn/django/trunk@3297 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2006-07-07Fixed ReST error in docs/settings.txtAdrian Holovaty
git-svn-id: http://code.djangoproject.com/svn/django/trunk@3296 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2006-07-01Fixed #2274 -- Fixed error in settings documentation. Thanks, Le Roux BodensteinAdrian Holovaty
git-svn-id: http://code.djangoproject.com/svn/django/trunk@3252 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2006-07-01Added USE_I18N setting, which lets you turn off internationalization ↵Adrian Holovaty
overhead with a single setting. Defaults to True. Currently only affects the admin i18n JavaScript, but I'll be adding other optimizations. git-svn-id: http://code.djangoproject.com/svn/django/trunk@3247 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2006-06-02Fixed #2062 -- Added YEAR_MONTH_FORMAT and MONTH_DAY_FORMAT settings, and ↵Adrian Holovaty
added technical message IDs of the same names. Thanks, ramiro git-svn-id: http://code.djangoproject.com/svn/django/trunk@3055 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2006-06-01Fixed #395 -- Added SESSION_EXPIRE_AT_BROWSER_CLOSE setting, which regulates ↵Adrian Holovaty
whether session framework should use browser-session-length cookies. git-svn-id: http://code.djangoproject.com/svn/django/trunk@3049 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2006-05-22Added docs/sites.txt -- documentation on the sites frameworkAdrian Holovaty
git-svn-id: http://code.djangoproject.com/svn/django/trunk@2958 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2006-05-17Clarified (hopefully) how to use the default settings override in configure().Malcolm Tredinnick
git-svn-id: http://code.djangoproject.com/svn/django/trunk@2932 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2006-05-16Fixed #1321 -- Made DJANGO_SETTINGS_MODULE optional. You can now call ↵Adrian Holovaty
django.conf.settings.configure() to set settings manually if you don't have a settings module. Thanks, Malcolm Tredinnick, Luke Plant, Fredrik Lundh git-svn-id: http://code.djangoproject.com/svn/django/trunk@2927 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2006-05-02MERGED MAGIC-REMOVAL BRANCH TO TRUNK. This change is highly ↵Adrian Holovaty
backwards-incompatible. Please read http://code.djangoproject.com/wiki/RemovingTheMagic for upgrade instructions. git-svn-id: http://code.djangoproject.com/svn/django/trunk@2809 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2006-04-11Fixed #1555 -- Added EMAIL_PORT setting. Thanks, bde3Adrian Holovaty
git-svn-id: http://code.djangoproject.com/svn/django/trunk@2665 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2006-03-22Fixed #1529 -- Added support for authenticated SMTP to django.core.mail. ↵Adrian Holovaty
Thanks, Bruce Kroeze git-svn-id: http://code.djangoproject.com/svn/django/trunk@2548 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2006-03-10Fixed #1486 -- Fixed broken link in docs/settings.txt. Thanks, paul.amorAdrian Holovaty
git-svn-id: http://code.djangoproject.com/svn/django/trunk@2509 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2006-02-09Added TEMPLATE_STRING_IF_INVALID setting, which specifies what the template ↵Adrian Holovaty
system should output in case of invalid variables. Default is empty string (to match current behavior) git-svn-id: http://code.djangoproject.com/svn/django/trunk@2294 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2006-02-03Fixed #1323 -- Added ENABLE_PSYCO. Thanks, Wojtek.Adrian Holovaty
git-svn-id: http://code.djangoproject.com/svn/django/trunk@2239 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2006-01-12Added ROOT_URLCONF to docs/settings.txt. Thanks, poelziAdrian Holovaty
git-svn-id: http://code.djangoproject.com/svn/django/trunk@1925 bcc190cf-cafb-0310-a4f2-bffc1f526a37