2.2.6.txt 525 B

123456789101112131415161718
  1. ==========================
  2. Django 2.2.6 release notes
  3. ==========================
  4. *October 1, 2019*
  5. Django 2.2.6 fixes several bugs in 2.2.5.
  6. Bugfixes
  7. ========
  8. * Fixed migrations crash on SQLite when altering a model containing partial
  9. indexes (:ticket:`30754`).
  10. * Fixed a regression in Django 2.2.4 that caused a crash when filtering with a
  11. ``Subquery()`` annotation of a queryset containing
  12. ``django.contrib.postgres.fields.JSONField`` or
  13. :class:`~django.contrib.postgres.fields.HStoreField` (:ticket:`30769`).