From 1eeb84aa046fd504bbf079e453af2127387f73cb Mon Sep 17 00:00:00 2001 From: Mariusz Felisiak Date: Tue, 19 Sep 2023 09:27:28 +0200 Subject: [PATCH] [5.0.x] Fixed typo in docs/releases/5.0.txt. Backport of 909f8e4c24e5c0c2fcf3f6bab2f87c0735bcc832 from main --- docs/releases/5.0.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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.