Refs #12990 -- Moved CheckFieldDefaultMixin to the django.db.models.fields.mixins.

This commit is contained in:
sage 2019-10-17 11:36:39 +02:00 committed by Mariusz Felisiak
parent 187a64608d
commit 6f82df69ef
9 changed files with 40 additions and 38 deletions

View file

@ -429,7 +429,7 @@ class TestChecks(PostgreSQLSimpleTestCase):
),
hint='Use a callable instead, e.g., use `dict` instead of `{}`.',
obj=MyModel._meta.get_field('field'),
id='postgres.E003',
id='fields.E010',
)
])