Changeset 5670
- Timestamp:
- 07/12/07 08:41:27 (1 year ago)
- Files:
-
- django/trunk/docs/middleware.txt (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
django/trunk/docs/middleware.txt
r4804 r5670 117 117 use this when you can absolutely trust the value of ``HTTP_X_FORWARDED_FOR``. 118 118 119 django.middleware.locale.LocaleMiddleware 120 ----------------------------------------- 121 122 Enables language selection based on data from the request. It customizes content 123 for each user. See the `internationalization documentation`_. 124 125 .. _`internationalization documentation`: ../i18n/ 126 119 127 django.contrib.sessions.middleware.SessionMiddleware 120 128 ----------------------------------------------------
