1
0
mirror of https://github.com/django/django.git synced 2025-03-06 15:32:33 +00:00

Removed stray comment in ArrayField.check().

This commit is contained in:
Tim Graham 2025-01-03 10:30:59 -05:00 committed by Sarah Boyce
parent a8e4fd11ef
commit a4d3f2535e

View File

@ -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(