diff options
| author | Adrian Holovaty <adrian@holovaty.com> | 2006-01-11 00:11:29 +0000 |
|---|---|---|
| committer | Adrian Holovaty <adrian@holovaty.com> | 2006-01-11 00:11:29 +0000 |
| commit | 786e5477b70e34a502d1b0dd8fbf59926699e480 (patch) | |
| tree | 2778a2e490ddaff6c5e45de8f4007afe0e953d1c /docs/settings.txt | |
| parent | 7573756e18b813a3aa388ff031e3167aa4665c15 (diff) | |
Removed 'Only in Django development version' messages from the docs, because frozen docs for version 0.90 are now available
git-svn-id: http://code.djangoproject.com/svn/django/trunk@1898 bcc190cf-cafb-0310-a4f2-bffc1f526a37
Diffstat (limited to 'docs/settings.txt')
| -rw-r--r-- | docs/settings.txt | 7 |
1 files changed, 1 insertions, 6 deletions
diff --git a/docs/settings.txt b/docs/settings.txt index 626106245e..ddc018b5e9 100644 --- a/docs/settings.txt +++ b/docs/settings.txt @@ -525,8 +525,7 @@ domain cookie. See the `session docs`_. SESSION_COOKIE_NAME ------------------- -Default: ``'sessionid'`` (**Django development version.** Previous default was -``'hotclub'``, which was deemed too pornish.) +Default: ``'sessionid'`` The name of the cookie to use for sessions. This can be whatever you want. See the `session docs`_. @@ -556,8 +555,6 @@ Default:: "django.core.context_processors.debug", "django.core.context_processors.i18n") -**Only available in Django development version.** - A tuple of callables that are used to populate the context in ``DjangoContext``. These callables take a request object as their argument and return a dictionary of items to be merged into the context. @@ -567,8 +564,6 @@ TEMPLATE_DEBUG Default: ``False`` -**Only available in Django development version.** - A boolean that turns on/off template debug mode. If this is ``True``, the fancy error page will display a detailed report for any ``TemplateSyntaxError``. This report contains the relevant snippet of the template, with the appropriate line |
