summaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
Diffstat (limited to 'docs')
-rw-r--r--docs/releases/3.0.3.txt3
1 files changed, 3 insertions, 0 deletions
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`).