mirror of
https://github.com/django/django.git
synced 2025-07-24 13:44:32 +00:00
Refs #12990 -- Moved CheckFieldDefaultMixin to the django.db.models.fields.mixins.
This commit is contained in:
parent
187a64608d
commit
6f82df69ef
9 changed files with 40 additions and 38 deletions
|
@ -231,7 +231,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',
|
||||
)
|
||||
])
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue