Fixed grammar error in docs from [1584]
git-svn-id: http://code.djangoproject.com/svn/django/trunk@1585 bcc190cf-cafb-0310-a4f2-bffc1f526a37
This commit is contained in:
parent
e6745d3420
commit
4e7006856d
|
@ -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.
|
||||
|
||||
|
|
|
@ -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`_.
|
||||
|
|
Loading…
Reference in New Issue