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:
parent
a8e4fd11ef
commit
a4d3f2535e
@ -67,7 +67,6 @@ class ArrayField(CheckFieldDefaultMixin, Field):
|
|||||||
)
|
)
|
||||||
)
|
)
|
||||||
else:
|
else:
|
||||||
# Remove the field name checks as they are not needed here.
|
|
||||||
base_checks = self.base_field.check()
|
base_checks = self.base_field.check()
|
||||||
if base_checks:
|
if base_checks:
|
||||||
error_messages = "\n ".join(
|
error_messages = "\n ".join(
|
||||||
|
Loading…
x
Reference in New Issue
Block a user