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:24:52 -0400
commit730173d1c5cf210d8e3bd951fa49f64b9bc561ca (patch)
treedcd7fdfdf443f2b879856e17477773ac0dfa0f2f /docs
parent9fee229874367beafd532dad6d0f9ff9676ded0b (diff)
Fixed #29623 -- Fixed translation failure of DurationField's "overflow" error message.
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`).