diff options
| author | Claire Pritchard <clairempr@users.noreply.github.com> | 2023-10-22 05:02:12 -0400 |
|---|---|---|
| committer | Mariusz Felisiak <felisiak.mariusz@gmail.com> | 2023-10-22 11:03:08 +0200 |
| commit | 510a512119faa51140d113eef1cc8efebc895911 (patch) | |
| tree | 0bcba7776b5eab9d6868c2378294b1febb55203f /docs | |
| parent | b644f8bc1fca7c0293bab15267ebb6f67931abdb (diff) | |
[4.2.x] Fixed typo in docs/releases/4.2.txt.
Backport of 61cc0e6f2c5115415e70e0a7eddd59b7c2aed40d from main
Diffstat (limited to 'docs')
| -rw-r--r-- | docs/releases/4.2.txt | 2 |
1 files changed, 1 insertions, 1 deletions
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")), |
