Django

Code

Changeset 8980

Show
Ignore:
Timestamp:
09/07/08 17:55:31 (4 months ago)
Author:
adrian
Message:

Small wording improvements to cache.txt

Files:

Legend:

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

    r8843 r8980  
    187187 
    188188While Django includes support for a number of cache backends out-of-the-box, 
    189 sometimes you will want to use a customised version or your own backend.  To 
    190 use an external cache backend with Django, use a Python import path as the 
    191 scheme portion (the part before the initial colon) of the ``CACHE_BACKEND`` 
    192 URI, like so:: 
     189sometimes you might want to use a customized cache backend. To use an external 
     190cache backend with Django, use a Python import path as the scheme portion (the 
     191part before the initial colon) of the ``CACHE_BACKEND`` URI, like so:: 
    193192 
    194193    CACHE_BACKEND = 'path.to.backend://' 
     
    198197``django/core/cache/backends/`` directory of the Django source. 
    199198 
    200 Note: Without a really compelling reason, like a host that doesn't support the 
    201 them, you should stick to the cache backends included with Django. They've 
    202 been really well-tested and are quite easy to use. 
    203  
     199Note: Without a really compelling reason, such as a host that doesn't support 
     200the them, you should stick to the cache backends included with Django. They've 
     201been well-tested and are easy to use. 
    204202 
    205203CACHE_BACKEND arguments