From 0f694ce2ebce01356d48302c33c23902b4777537 Mon Sep 17 00:00:00 2001 From: Mariusz Felisiak Date: Thu, 30 May 2024 14:42:05 +0200 Subject: Made cosmetic edits to code snippets reformatted with blacken-docs. --- docs/ref/models/instances.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'docs/ref/models') 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." ), } ) -- cgit v1.3