mirror of
https://github.com/django/django.git
synced 2025-10-31 09:41:08 +00:00
Fixed #28689 -- Fixed unquoted table names in Subquery SQL when using OuterRef.
Regression in f48bc7c3db.
This commit is contained in:
@@ -16,3 +16,6 @@ Bugfixes
|
||||
|
||||
* Made ``QuerySet.reverse()`` affect ``nulls_first`` and ``nulls_last``
|
||||
(:ticket:`28722`).
|
||||
|
||||
* Fixed unquoted table names in ``Subquery`` SQL when using ``OuterRef``
|
||||
(:ticket:`28689`).
|
||||
|
||||
Reference in New Issue
Block a user