mirror of
https://github.com/django/django.git
synced 2025-10-31 09:41:08 +00:00
Fixed #30672 -- Fixed crash of JSONField/HStoreField key transforms on expressions with params.
Regression in 4f5b58f5cd.
Thanks Florian Apolloner for the report and helping with tests.
This commit is contained in:
15
docs/releases/1.11.24.txt
Normal file
15
docs/releases/1.11.24.txt
Normal file
@@ -0,0 +1,15 @@
|
||||
============================
|
||||
Django 1.11.24 release notes
|
||||
============================
|
||||
|
||||
*Expected September 2, 2019*
|
||||
|
||||
Django 1.11.24 fixes a regression in 1.11.23.
|
||||
|
||||
Bugfixes
|
||||
========
|
||||
|
||||
* Fixed crash of ``KeyTransform()`` for
|
||||
:class:`~django.contrib.postgres.fields.JSONField` and
|
||||
:class:`~django.contrib.postgres.fields.HStoreField` when using on
|
||||
expressions with params (:ticket:`30672`).
|
||||
Reference in New Issue
Block a user