summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTim Graham <timograham@gmail.com>2023-02-21 23:17:02 -0500
committerMariusz Felisiak <felisiak.mariusz@gmail.com>2023-02-22 05:18:03 +0100
commit48b2ba8a55c17d075c372f1e52d659bcb7e70aa5 (patch)
treebd91920f31093fe84244b855cc398873a803290c
parent6234acb7176a75b4b75d6bc5f48faf4224bbdc63 (diff)
[4.2.x] Moved DatabaseIntrospection.get_table_description() internal_size release note to "Database backend API" section.
Backport of 31cd2852cb86197d5f3f5a637184a078ab0615f8 from main
-rw-r--r--docs/releases/4.2.txt8
1 files changed, 4 insertions, 4 deletions
diff --git a/docs/releases/4.2.txt b/docs/releases/4.2.txt
index 9f3ddfd3ff..31f068e05f 100644
--- a/docs/releases/4.2.txt
+++ b/docs/releases/4.2.txt
@@ -373,6 +373,10 @@ backends.
should be enabled if your backend supports functional dependency detection in
``GROUP BY`` clauses as specified by the ``SQL:1999`` standard.
+* :djadmin:`inspectdb` now uses ``display_size`` from
+ ``DatabaseIntrospection.get_table_description()`` rather than
+ ``internal_size`` for ``CharField``.
+
Dropped support for MariaDB 10.3
--------------------------------
@@ -432,10 +436,6 @@ Miscellaneous
* The minimum supported version of SQLite is increased from 3.9.0 to 3.21.0.
-* :djadmin:`inspectdb` now uses ``display_size`` from
- ``DatabaseIntrospection.get_table_description()`` rather than
- ``internal_size`` for ``CharField``.
-
* The minimum supported version of ``asgiref`` is increased from 3.5.2 to
3.6.0.