mirror of
https://github.com/django/django.git
synced 2025-08-03 10:34:04 +00:00
Fixed #31936 -- Fixed __in lookup on key transforms for JSONField.
This resolves an issue on databases without a native JSONField (MariaDB, MySQL, SQLite, Oracle), where values must be wrapped. Thanks Sébastien Pattyn for the report.
This commit is contained in:
parent
9c92924cd5
commit
1251772cb8
3 changed files with 48 additions and 0 deletions
|
@ -39,3 +39,7 @@ Bugfixes
|
|||
* Enforced thread sensitivity of the :class:`MiddlewareMixin.process_request()
|
||||
<django.utils.deprecation.MiddlewareMixin>` and ``process_response()`` hooks
|
||||
when in an async context (:ticket:`31905`).
|
||||
|
||||
* Fixed ``__in`` lookup on key transforms for
|
||||
:class:`~django.db.models.JSONField` with MariaDB, MySQL, Oracle, and SQLite
|
||||
(:ticket:`31936`).
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue