diff options
Diffstat (limited to 'django/contrib/postgres/fields/array.py')
| -rw-r--r-- | django/contrib/postgres/fields/array.py | 1 |
1 files changed, 0 insertions, 1 deletions
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( |
