diff options
| author | Claude Paroz <claude@2xlibre.net> | 2015-05-18 18:38:47 +0200 |
|---|---|---|
| committer | Claude Paroz <claude@2xlibre.net> | 2015-05-18 18:40:37 +0200 |
| commit | 1046c8afecf719eee5a2aaa28b001e731f94100b (patch) | |
| tree | 8da82e12041ea2f783c1514246641b598dbb7ab8 /docs | |
| parent | e89c3a46035e9fe17c373a6c9cd63b9fd631d596 (diff) | |
Fixed #24739 -- Documented translation fallback change
Refs #24503.
Diffstat (limited to 'docs')
| -rw-r--r-- | docs/releases/1.8.txt | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/docs/releases/1.8.txt b/docs/releases/1.8.txt index fb0438a623..2829771edd 100644 --- a/docs/releases/1.8.txt +++ b/docs/releases/1.8.txt @@ -1159,6 +1159,10 @@ Miscellaneous * :func:`django.utils.translation.get_language()` now returns ``None`` instead of :setting:`LANGUAGE_CODE` when translations are temporarily deactivated. +* When a translation doesn't exist for a specific literal, the fallback is now + taken from the :setting:`LANGUAGE_CODE` language (instead of from the + untranslated ``msgid`` message). + * The ``name`` field of :class:`django.contrib.contenttypes.models.ContentType` has been removed by a migration and replaced by a property. That means it's not possible to query or filter a ``ContentType`` by this field any longer. |
