From e3be4e94d1bc38f9aac087a40eebd0a46c3dacea Mon Sep 17 00:00:00 2001 From: Tim Graham Date: Tue, 7 Aug 2018 18:04:48 -0400 Subject: [2.1.x] Fixed #29623 -- Fixed translation failure of DurationField's "overflow" error message. Backport of 730173d1c5cf210d8e3bd951fa49f64b9bc561ca from master --- docs/releases/2.1.1.txt | 3 +++ 1 file changed, 3 insertions(+) (limited to 'docs') diff --git a/docs/releases/2.1.1.txt b/docs/releases/2.1.1.txt index f6e4bc567f..a24cbc47e2 100644 --- a/docs/releases/2.1.1.txt +++ b/docs/releases/2.1.1.txt @@ -21,3 +21,6 @@ Bugfixes * Fixed a regression in Django 2.0 where combining ``Q`` objects with ``__in`` lookups and lists crashed (:ticket:`29643`). + +* Fixed translation failure of ``DurationField``'s "overflow" error message + (:ticket:`29623`). -- cgit v1.3