summaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorMariusz Felisiak <felisiak.mariusz@gmail.com>2023-09-19 09:27:28 +0200
committerMariusz Felisiak <felisiak.mariusz@gmail.com>2023-09-19 09:27:58 +0200
commit1eeb84aa046fd504bbf079e453af2127387f73cb (patch)
tree5e31bda2b3c0ef4e95f29db2fcb304a20084d553 /docs
parentb5b361ab3bdd4d415e38a85fc27b9e333387c82d (diff)
[5.0.x] Fixed typo in docs/releases/5.0.txt.
Backport of 909f8e4c24e5c0c2fcf3f6bab2f87c0735bcc832 from main
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.