From a4d3f2535ec1f490c26ecf6c24b95105cd888dd9 Mon Sep 17 00:00:00 2001 From: Tim Graham Date: Fri, 3 Jan 2025 10:30:59 -0500 Subject: [PATCH] Removed stray comment in ArrayField.check(). --- django/contrib/postgres/fields/array.py | 1 - 1 file changed, 1 deletion(-) diff --git a/django/contrib/postgres/fields/array.py b/django/contrib/postgres/fields/array.py index a7e40703a3..28c0f6679e 100644 --- a/django/contrib/postgres/fields/array.py +++ b/django/contrib/postgres/fields/array.py @@ -67,7 +67,6 @@ class ArrayField(CheckFieldDefaultMixin, Field): ) ) else: - # Remove the field name checks as they are not needed here. base_checks = self.base_field.check() if base_checks: error_messages = "\n ".join(