From 6f82df69efa372fb4bddf272fff577850a09f1dc Mon Sep 17 00:00:00 2001 From: sage Date: Thu, 17 Oct 2019 11:36:39 +0200 Subject: Refs #12990 -- Moved CheckFieldDefaultMixin to the django.db.models.fields.mixins. --- tests/postgres_tests/test_array.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'tests/postgres_tests/test_array.py') diff --git a/tests/postgres_tests/test_array.py b/tests/postgres_tests/test_array.py index 42885e61f6..3f54110447 100644 --- a/tests/postgres_tests/test_array.py +++ b/tests/postgres_tests/test_array.py @@ -551,7 +551,7 @@ class TestChecks(PostgreSQLSimpleTestCase): ), hint='Use a callable instead, e.g., use `list` instead of `[]`.', obj=MyModel._meta.get_field('field'), - id='postgres.E003', + id='fields.E010', ) ]) -- cgit v1.3