mirror of
https://github.com/django/django.git
synced 2025-08-03 10:34:04 +00:00
Fixed #29623 -- Fixed translation failure of DurationField's "overflow" error message.
This commit is contained in:
parent
9fee229874
commit
730173d1c5
3 changed files with 18 additions and 7 deletions
|
@ -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`).
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue