mirror of
https://github.com/django/django.git
synced 2025-10-31 09:41:08 +00:00
Fixed #28199 -- Fixed Subquery generating unnecessary/invalid CAST.
Thanks Simon Charette for the fix.
This commit is contained in:
@@ -39,3 +39,6 @@ Bugfixes
|
||||
|
||||
* Fixed ``MultipleObjectMixin.paginate_queryset()`` crash on Python 2 if the
|
||||
``InvalidPage`` message contains non-ASCII (:ticket:`28204`).
|
||||
|
||||
* Prevented ``Subquery`` from adding an unnecessary ``CAST`` which resulted in
|
||||
invalid SQL (:ticket:`28199`).
|
||||
|
||||
Reference in New Issue
Block a user