From 4979e83d08eab95ebf1cb34d361da5de6d838422 Mon Sep 17 00:00:00 2001 From: Claire Pritchard Date: Sun, 22 Oct 2023 05:02:12 -0400 Subject: [PATCH] [5.0.x] Fixed typo in docs/releases/4.2.txt. Backport of 61cc0e6f2c5115415e70e0a7eddd59b7c2aed40d from main --- docs/releases/4.2.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/releases/4.2.txt b/docs/releases/4.2.txt index 7d7848708d..aeda95d7af 100644 --- a/docs/releases/4.2.txt +++ b/docs/releases/4.2.txt @@ -523,7 +523,7 @@ During the deprecation period string literals will be attempted to be JSON decoded and a warning will be emitted on success that points at passing non-encoded forms instead. -Code that use to pass JSON encoded string literals:: +Code that used to pass JSON encoded string literals:: Document.objects.bulk_create( Document(data=Value("null")),