From 6f7998adc784032f4b8918ca2eea27537ea4cbbe Mon Sep 17 00:00:00 2001 From: Mariusz Felisiak Date: Sat, 11 Jan 2020 19:47:36 +0100 Subject: Fixed #31155 -- Fixed a system check for the longest choice when a named group contains only non-string values. Regression in b6251956b69512bf230322bd7a49b629ca8455c6. Thanks Murat Guchetl for the report. --- docs/releases/3.0.3.txt | 3 +++ 1 file changed, 3 insertions(+) (limited to 'docs') diff --git a/docs/releases/3.0.3.txt b/docs/releases/3.0.3.txt index ab5a2fd84b..6d2098d782 100644 --- a/docs/releases/3.0.3.txt +++ b/docs/releases/3.0.3.txt @@ -23,3 +23,6 @@ Bugfixes * Added support for using enumeration types ``TextChoices``, ``IntegerChoices``, and ``Choices`` in templates (:ticket:`31154`). + +* Fixed a system check to ensure the ``max_length`` attribute fits the longest + choice, when a named group contains only non-string values (:ticket:`31155`). -- cgit v1.3