Django

Code

Changeset 6384

Show
Ignore:
Timestamp:
09/19/07 21:02:21 (1 year ago)
Author:
russellm
Message:

Fixed #5544 -- Fixed another typo in documentation, introduced as a result of the changes in [6333] and [6365]. Thanks for the report, xiaolianyi@gmail.com.

Files:

Legend:

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

    r6377 r6384  
    206206    >>> s.save() 
    207207 
    208 If you're using the ``django.contrib.sessions.engine.db`` backend, each 
     208If you're using the ``django.contrib.sessions.backends.db`` backend, each 
    209209session is just a normal Django model. The ``Session`` model is defined in 
    210210``django/contrib/sessions/models.py``. Because it's a normal model, you can