diff options
Diffstat (limited to 'docs')
| -rw-r--r-- | docs/ref/checks.txt | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/docs/ref/checks.txt b/docs/ref/checks.txt index 05d2b55d34..dc70022354 100644 --- a/docs/ref/checks.txt +++ b/docs/ref/checks.txt @@ -687,6 +687,8 @@ fields: * **postgres.E001**: Base field for array has errors: ... * **postgres.E002**: Base field for array cannot be a related field. +* **postgres.E003**: ``<field>`` default should be a callable instead of an + instance so that it's not shared between all field instances. ``sites`` --------- |
