summaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorTim Graham <timograham@gmail.com>2018-08-07 18:04:48 -0400
committerTim Graham <timograham@gmail.com>2018-08-08 06:38:27 -0400
commite3be4e94d1bc38f9aac087a40eebd0a46c3dacea (patch)
tree97765f85421a3e6e5797cef4e94d57f86ccfb5fe /docs
parent2bf766cedca413826d599ac190fd6715429616f6 (diff)
[2.1.x] Fixed #29623 -- Fixed translation failure of DurationField's "overflow" error message.
Backport of 730173d1c5cf210d8e3bd951fa49f64b9bc561ca from master
Diffstat (limited to 'docs')
-rw-r--r--docs/releases/2.1.1.txt3
1 files changed, 3 insertions, 0 deletions
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`).