summaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorAymeric Augustin <aymeric.augustin@m4x.org>2011-11-01 14:02:31 +0000
committerAymeric Augustin <aymeric.augustin@m4x.org>2011-11-01 14:02:31 +0000
commitaf1893c4ff8fdbf227a43a559d90bb1c1238b01a (patch)
treec5d9709e7089197b3b10471232ee85a1547d7953 /docs
parent01964fd7e4ecd1998a2288e1759a63bd9a5fb2df (diff)
Made the cache locale-dependant when USE_L10N is True, even if USE_I18N is False. Refs #5691.
git-svn-id: http://code.djangoproject.com/svn/django/trunk@17061 bcc190cf-cafb-0310-a4f2-bffc1f526a37
Diffstat (limited to 'docs')
-rw-r--r--docs/topics/cache.txt4
1 files changed, 4 insertions, 0 deletions
diff --git a/docs/topics/cache.txt b/docs/topics/cache.txt
index 1d85683d95..4729cab60d 100644
--- a/docs/topics/cache.txt
+++ b/docs/topics/cache.txt
@@ -498,6 +498,10 @@ include the name of the active :term:`language<language code>` -- see also
:ref:`how-django-discovers-language-preference`). This allows you to easily
cache multilingual sites without having to create the cache key yourself.
+.. versionchanged:: 1.4
+
+This also happens when :setting:`USE_L10N` is set to ``True``.
+
__ `Controlling cache: Using other headers`_
The per-view cache