diff options
| author | Timo Graham <timograham@gmail.com> | 2010-12-26 00:37:14 +0000 |
|---|---|---|
| committer | Timo Graham <timograham@gmail.com> | 2010-12-26 00:37:14 +0000 |
| commit | 2ea93f9327e37c686cc4333d1f483a7c97894a3c (patch) | |
| tree | 813e9832e252229a782aadc9e3082846cbf7103e /docs/ref/settings.txt | |
| parent | 00c554f89e184b2d4de828c82965e333a3c2a863 (diff) | |
Fixed #14000 - remove versionadded/changed tags for Django 1.0 and 1.1
git-svn-id: http://code.djangoproject.com/svn/django/trunk@15055 bcc190cf-cafb-0310-a4f2-bffc1f526a37
Diffstat (limited to 'docs/ref/settings.txt')
| -rw-r--r-- | docs/ref/settings.txt | 33 |
1 files changed, 0 insertions, 33 deletions
diff --git a/docs/ref/settings.txt b/docs/ref/settings.txt index e358c4264d..3b65f1461f 100644 --- a/docs/ref/settings.txt +++ b/docs/ref/settings.txt @@ -699,8 +699,6 @@ Never deploy a site into production with ``DEBUG`` turned on. DEBUG_PROPAGATE_EXCEPTIONS -------------------------- -.. versionadded:: 1.0 - Default: ``False`` If set to True, Django's normal exception handling of view functions @@ -766,8 +764,6 @@ site manager(s). DEFAULT_INDEX_TABLESPACE ------------------------ -.. versionadded:: 1.0 - Default: ``''`` (Empty string) Default tablespace to use for indexes on fields that don't specify @@ -778,8 +774,6 @@ one, if the backend supports it. DEFAULT_TABLESPACE ------------------ -.. versionadded:: 1.0 - Default: ``''`` (Empty string) Default tablespace to use for models that don't specify one, if the @@ -882,8 +876,6 @@ trailing space. EMAIL_USE_TLS ------------- -.. versionadded:: 1.0 - Default: ``False`` Whether to use a TLS (secure) connection when talking to the SMTP server. @@ -893,8 +885,6 @@ Whether to use a TLS (secure) connection when talking to the SMTP server. FILE_CHARSET ------------ -.. versionadded:: 1.0 - Default: ``'utf-8'`` The character encoding used to decode any files read from disk. This includes @@ -905,8 +895,6 @@ template files and initial SQL data files. FILE_UPLOAD_HANDLERS -------------------- -.. versionadded:: 1.0 - Default:: ("django.core.files.uploadhandler.MemoryFileUploadHandler", @@ -919,8 +907,6 @@ A tuple of handlers to use for uploading. See :doc:`/topics/files` for details. FILE_UPLOAD_MAX_MEMORY_SIZE --------------------------- -.. versionadded:: 1.0 - Default: ``2621440`` (i.e. 2.5 MB). The maximum size (in bytes) that an upload will be before it gets streamed to @@ -959,8 +945,6 @@ system's standard umask. FILE_UPLOAD_TEMP_DIR -------------------- -.. versionadded:: 1.0 - Default: ``None`` The directory to store data temporarily while uploading files. If ``None``, @@ -1106,8 +1090,6 @@ standard :term:`language format<language code>`. For example, U.S. English is LANGUAGE_COOKIE_NAME -------------------- -.. versionadded:: 1.0 - Default: ``'django_language'`` The name of the cookie to use for the language cookie. This can be whatever you @@ -1206,8 +1188,6 @@ configuration process will be skipped. LOGIN_REDIRECT_URL ------------------ -.. versionadded:: 1.0 - Default: ``'/accounts/profile/'`` The URL where requests are redirected after login when the @@ -1221,8 +1201,6 @@ decorator, for example. LOGIN_URL --------- -.. versionadded:: 1.0 - Default: ``'/accounts/login/'`` The URL where requests are redirected for login, especially when using the @@ -1233,8 +1211,6 @@ The URL where requests are redirected for login, especially when using the LOGOUT_URL ---------- -.. versionadded:: 1.0 - Default: ``'/accounts/logout/'`` LOGIN_URL counterpart. @@ -1531,8 +1507,6 @@ should be different from ``LANGUAGE_COOKIE_NAME``). See the :doc:`/topics/http/s SESSION_COOKIE_PATH ------------------- -.. versionadded:: 1.0 - Default: ``'/'`` The path set on the session cookie. This should either match the URL path of your @@ -1559,11 +1533,6 @@ See the :doc:`/topics/http/sessions`. SESSION_ENGINE -------------- -.. versionadded:: 1.0 - -.. versionchanged:: 1.1 - The ``cached_db`` backend was added - Default: ``django.contrib.sessions.backends.db`` Controls where Django stores session data. Valid values are: @@ -1590,8 +1559,6 @@ See the :doc:`/topics/http/sessions`. SESSION_FILE_PATH ----------------- -.. versionadded:: 1.0 - Default: ``None`` If you're using file-based session storage, this sets the directory in |
