1.11.24.txt 380 B

123456789101112131415
  1. ============================
  2. Django 1.11.24 release notes
  3. ============================
  4. *September 2, 2019*
  5. Django 1.11.24 fixes a regression in 1.11.23.
  6. Bugfixes
  7. ========
  8. * Fixed crash of ``KeyTransform()`` for
  9. ``django.contrib.postgres.fields.JSONField`` and
  10. :class:`~django.contrib.postgres.fields.HStoreField` when using on
  11. expressions with params (:ticket:`30672`).