diff options
| -rw-r--r-- | docs/sessions.txt | 2 | ||||
| -rw-r--r-- | docs/settings.txt | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/docs/sessions.txt b/docs/sessions.txt index bebee3a79f..bea246e17d 100644 --- a/docs/sessions.txt +++ b/docs/sessions.txt @@ -216,7 +216,7 @@ SESSION_COOKIE_NAME ------------------- Default: ``'sessionid'`` (**Django development version.** Previous default was -``'hotclub'``, which was deemed to pornish.) +``'hotclub'``, which was deemed too pornish.) The name of the cookie to use for sessions. This can be whatever you want. diff --git a/docs/settings.txt b/docs/settings.txt index 164407659d..6913113c09 100644 --- a/docs/settings.txt +++ b/docs/settings.txt @@ -526,7 +526,7 @@ SESSION_COOKIE_NAME ------------------- Default: ``'sessionid'`` (**Django development version.** Previous default was -``'hotclub'``, which was deemed to pornish.) +``'hotclub'``, which was deemed too pornish.) The name of the cookie to use for sessions. This can be whatever you want. See the `session docs`_. |
