Fixed #29623 -- Fixed translation failure of DurationField's "overflow" error message.

This commit is contained in:
Tim Graham 2018-08-07 18:04:48 -04:00
parent 9fee229874
commit 730173d1c5
3 changed files with 18 additions and 7 deletions

View file

@ -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`).