Django

Code

Changeset 5670

Show
Ignore:
Timestamp:
07/12/07 08:41:27 (1 year ago)
Author:
russellm
Message:

Fixed #4764 -- Added reference to Locale middleware in middleware docs. Thanks, dan@coffeecode.net.

Files:

Legend:

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

    r4804 r5670  
    117117use this when you can absolutely trust the value of ``HTTP_X_FORWARDED_FOR``. 
    118118 
     119django.middleware.locale.LocaleMiddleware 
     120----------------------------------------- 
     121 
     122Enables language selection based on data from the request. It customizes content 
     123for each user. See the `internationalization documentation`_. 
     124 
     125.. _`internationalization documentation`: ../i18n/ 
     126 
    119127django.contrib.sessions.middleware.SessionMiddleware 
    120128----------------------------------------------------