Django

Code

Changeset 1585

Show
Ignore:
Timestamp:
12/08/05 21:40:27 (3 years ago)
Author:
adrian
Message:

Fixed grammar error in docs from [1584]

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • django/trunk/docs/sessions.txt

    r1584 r1585  
    217217 
    218218Default: ``'sessionid'`` (**Django development version.** Previous default was 
    219 ``'hotclub'``, which was deemed to pornish.) 
     219``'hotclub'``, which was deemed too pornish.) 
    220220 
    221221The name of the cookie to use for sessions. This can be whatever you want. 
  • django/trunk/docs/settings.txt

    r1584 r1585  
    527527 
    528528Default: ``'sessionid'`` (**Django development version.** Previous default was 
    529 ``'hotclub'``, which was deemed to pornish.) 
     529``'hotclub'``, which was deemed too pornish.) 
    530530 
    531531The name of the cookie to use for sessions. This can be whatever you want.