summaryrefslogtreecommitdiff
path: root/django/contrib/postgres/fields/array.py
diff options
context:
space:
mode:
Diffstat (limited to 'django/contrib/postgres/fields/array.py')
-rw-r--r--django/contrib/postgres/fields/array.py2
1 files changed, 0 insertions, 2 deletions
diff --git a/django/contrib/postgres/fields/array.py b/django/contrib/postgres/fields/array.py
index 390a55a86d..736849eb6a 100644
--- a/django/contrib/postgres/fields/array.py
+++ b/django/contrib/postgres/fields/array.py
@@ -48,7 +48,6 @@ class ArrayField(Field):
errors.append(
checks.Error(
'Base field for array cannot be a related field.',
- hint=None,
obj=self,
id='postgres.E002'
)
@@ -61,7 +60,6 @@ class ArrayField(Field):
errors.append(
checks.Error(
'Base field for array has errors:\n %s' % messages,
- hint=None,
obj=self,
id='postgres.E001'
)