mirror of
https://github.com/django/django.git
synced 2025-03-10 01:12:53 +00:00
[4.2.x] Fixed typo in docs/releases/4.2.txt.
Backport of 61cc0e6f2c5115415e70e0a7eddd59b7c2aed40d from main
This commit is contained in:
parent
b644f8bc1f
commit
510a512119
@ -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
|
decoded and a warning will be emitted on success that points at passing
|
||||||
non-encoded forms instead.
|
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.objects.bulk_create(
|
||||||
Document(data=Value("null")),
|
Document(data=Value("null")),
|
||||||
|
Loading…
x
Reference in New Issue
Block a user