summaryrefslogtreecommitdiff
path: root/docs/internals
diff options
context:
space:
mode:
authorDavid Smith <smithdc@gmail.com>2023-08-18 14:16:57 +0100
committerMariusz Felisiak <felisiak.mariusz@gmail.com>2023-08-31 06:18:07 +0200
commit27b399d23531541d091886f683991e321c8fa314 (patch)
tree468439e4efdd26e6d78609b61ed872ceabfb1380 /docs/internals
parent500e01073adda32d5149624ee9a5cb7aa3d3583f (diff)
Fixed #34547 -- Deprecated DatabaseOperations.field_cast_sql().
Diffstat (limited to 'docs/internals')
-rw-r--r--docs/internals/deprecation.txt2
1 files changed, 2 insertions, 0 deletions
diff --git a/docs/internals/deprecation.txt b/docs/internals/deprecation.txt
index c9a8b05637..98b027cd1a 100644
--- a/docs/internals/deprecation.txt
+++ b/docs/internals/deprecation.txt
@@ -40,6 +40,8 @@ details on these changes.
* Support for ``cx_Oracle`` will be removed.
+* ``BaseDatabaseOperations.field_cast_sql()`` will be removed.
+
.. _deprecation-removed-in-5.1:
5.1