summaryrefslogtreecommitdiff
path: root/docs/ref/models
diff options
context:
space:
mode:
authorMariusz Felisiak <felisiak.mariusz@gmail.com>2024-05-30 14:42:05 +0200
committerGitHub <noreply@github.com>2024-05-30 09:42:05 -0300
commit0f694ce2ebce01356d48302c33c23902b4777537 (patch)
treede69771be04706f6311e247864e2a168429b48a5 /docs/ref/models
parentff308a06047cd60806d604a7cf612e5656ee2ac9 (diff)
Made cosmetic edits to code snippets reformatted with blacken-docs.
Diffstat (limited to 'docs/ref/models')
-rw-r--r--docs/ref/models/instances.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/ref/models/instances.txt b/docs/ref/models/instances.txt
index 65ed4924f7..e1011ded66 100644
--- a/docs/ref/models/instances.txt
+++ b/docs/ref/models/instances.txt
@@ -380,7 +380,7 @@ Then, ``full_clean()`` will check unique constraints on your model.
raise ValidationError(
{
"status": _(
- "Set status to draft if there is not a " "publication date."
+ "Set status to draft if there is not a publication date."
),
}
)