mirror of
https://github.com/django/django.git
synced 2025-02-20 14:24:27 +00:00
[4.2.x] Moved DatabaseIntrospection.get_table_description() internal_size release note to "Database backend API" section.
Backport of 31cd2852cb86197d5f3f5a637184a078ab0615f8 from main
This commit is contained in:
parent
6234acb717
commit
48b2ba8a55
@ -373,6 +373,10 @@ backends.
|
|||||||
should be enabled if your backend supports functional dependency detection in
|
should be enabled if your backend supports functional dependency detection in
|
||||||
``GROUP BY`` clauses as specified by the ``SQL:1999`` standard.
|
``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
|
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.
|
* 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
|
* The minimum supported version of ``asgiref`` is increased from 3.5.2 to
|
||||||
3.6.0.
|
3.6.0.
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user