summaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorMariusz Felisiak <felisiak.mariusz@gmail.com>2023-09-19 09:27:28 +0200
committerGitHub <noreply@github.com>2023-09-19 09:27:28 +0200
commit909f8e4c24e5c0c2fcf3f6bab2f87c0735bcc832 (patch)
tree133eb963cd07390bd0f31c5c1c3c0ef0043ed227 /docs
parent8af3ae4ad9ca475f2428fac950de8df56b575e6a (diff)
Fixed typo in docs/releases/5.0.txt.
Diffstat (limited to 'docs')
-rw-r--r--docs/releases/5.0.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/releases/5.0.txt b/docs/releases/5.0.txt
index 486902fa4c..0be2872346 100644
--- a/docs/releases/5.0.txt
+++ b/docs/releases/5.0.txt
@@ -448,7 +448,7 @@ backends.
``False`` if the database doesn't support the ``DEFAULT`` keyword in
``INSERT`` queries.
-* ``DatabaseFeatures.supports_default_keyword_in_bulk insert`` should be set to
+* ``DatabaseFeatures.supports_default_keyword_in_bulk_insert`` should be set to
``False`` if the database doesn't support the ``DEFAULT`` keyword in bulk
``INSERT`` queries.