2
0

1.11.26.txt 430 B

123456789101112131415
  1. ============================
  2. Django 1.11.26 release notes
  3. ============================
  4. *November 4, 2019*
  5. Django 1.11.26 fixes a regression in 1.11.25.
  6. Bugfixes
  7. ========
  8. * Fixed a crash when using a ``contains``, ``contained_by``, ``has_key``,
  9. ``has_keys``, or ``has_any_keys`` lookup on
  10. ``django.contrib.postgres.fields.JSONField``, if the right or left hand
  11. side of an expression is a key transform (:ticket:`30826`).