2.1.12.txt 375 B

123456789101112131415
  1. ===========================
  2. Django 2.1.12 release notes
  3. ===========================
  4. *September 2, 2019*
  5. Django 2.1.12 fixes a regression in 2.1.11.
  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`).