diff options
| author | Simon Charette <charette.s@gmail.com> | 2026-02-01 17:02:49 -0500 |
|---|---|---|
| committer | Jacob Walls <jacobtylerwalls@gmail.com> | 2026-03-19 12:24:17 -0400 |
| commit | 5146449a38222dc74f8f1ba88a7a7ef681e93101 (patch) | |
| tree | cfe4afc77f73d7c0a35b754da075608b3294499b /docs | |
| parent | f05fac88c4699c6d04a8f1ac3328cf6c7bd39228 (diff) | |
Refs #36795 -- Removed unnecessary prohibits_dollar_signs_in_column_aliases feature flag.
Now that user provided aliases are systematically quoted there is no need to
disallow the usage of the dollar sign on Postgres.
Diffstat (limited to 'docs')
| -rw-r--r-- | docs/releases/6.1.txt | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/docs/releases/6.1.txt b/docs/releases/6.1.txt index 56b11deb80..82d17d5501 100644 --- a/docs/releases/6.1.txt +++ b/docs/releases/6.1.txt @@ -400,6 +400,9 @@ backends. * Set the new ``DatabaseFeatures.supports_inspectdb`` attribute to ``False`` if the management command isn't supported. +* The ``DatabaseFeatures.prohibits_dollar_signs_in_column_aliases`` feature + flag is removed. + * The ``DatabaseOperations.binary_placeholder_sql()`` method now expects a query compiler as an extra positional argument and should return a two-elements tuple composed of an SQL format string and a tuple of associated |
