From c177d0690e08628ccb83b021d413ff461f7d6002 Mon Sep 17 00:00:00 2001 From: Claude Paroz Date: Fri, 21 Aug 2015 14:09:29 +0200 Subject: [1.8.x] Fixed #25295 -- Restored 'no active translation' after language override Thanks David Nelson Adamec for the report and Tim Graham for the review. Backport of 9324935c3 from master. --- docs/releases/1.8.5.txt | 2 ++ 1 file changed, 2 insertions(+) (limited to 'docs') diff --git a/docs/releases/1.8.5.txt b/docs/releases/1.8.5.txt index d1e75d97d6..3f1674b979 100644 --- a/docs/releases/1.8.5.txt +++ b/docs/releases/1.8.5.txt @@ -13,3 +13,5 @@ Bugfixes field that is both a foreign and primary key (:ticket:`24951`). * Fixed a migrations crash with ``GenericForeignKey`` (:ticket:`25040`). +* Made ``translation.override()`` clear the overridden language when a + translation isn't initially active (:ticket:`25295`). -- cgit v1.3