Django

Code

Changeset 1117

Show
Ignore:
Timestamp:
11/06/05 17:57:56 (3 years ago)
Author:
adrian
Message:

Added note about CacheMiddleware? to docs/i18n.txt.

Files:

Legend:

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

    r1090 r1117  
    394394    * It should come after ``SessionMiddleware``, because ``LocaleMiddleware`` 
    395395      makes use of session data. 
     396    * If you use ``CacheMiddleware``, put ``LocaleMiddleware`` after it. 
    396397 
    397398For example, your ``MIDDLEWARE_CLASSES`` might look like this::