diff options
| author | Simon Charette <charette.s@gmail.com> | 2026-03-15 23:31:18 -0400 |
|---|---|---|
| committer | Jacob Walls <jacobtylerwalls@gmail.com> | 2026-03-19 12:24:17 -0400 |
| commit | 1786cd881ff4ad9458d56180ae555d92c14e5af8 (patch) | |
| tree | 6eb2661f3648b6645336cd6e5eb66989f9d2c6b1 /docs/internals | |
| parent | 5146449a38222dc74f8f1ba88a7a7ef681e93101 (diff) | |
Refs #36795 -- Deprecated SQLCompiler.quote_name_unless_alias().
It has been superseded with .quote_name(), which ensures aliases are
always quoted.
Diffstat (limited to 'docs/internals')
| -rw-r--r-- | docs/internals/deprecation.txt | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/docs/internals/deprecation.txt b/docs/internals/deprecation.txt index 8962cbde62..b0d62e9879 100644 --- a/docs/internals/deprecation.txt +++ b/docs/internals/deprecation.txt @@ -67,6 +67,8 @@ details on these changes. * The ``Field.get_placeholder_sql`` shim over the deprecated ``get_placeholder`` method will be removed. +* The ``SQLCompiler.quote_name_unless_alias()`` method will be removed. + .. _deprecation-removed-in-6.1: 6.1 |
