4.1.2.txt 630 B

1234567891011121314151617181920
  1. ==========================
  2. Django 4.1.2 release notes
  3. ==========================
  4. *Expected October 4, 2022*
  5. Django 4.1.2 fixes several bugs in 4.1.1.
  6. Bugfixes
  7. ========
  8. * Fixed a regression in Django 4.1 that caused a migration crash on PostgreSQL
  9. when adding a model with ``ExclusionConstraint`` (:ticket:`33982`).
  10. * Fixed a regression in Django 4.1 that caused aggregation over a queryset that
  11. contained an ``Exists`` annotation to crash due to too many selected columns
  12. (:ticket:`33992`).
  13. * Fixed a bug in Django 4.1 that caused an incorrect validation of
  14. ``CheckConstraint`` on ``NULL`` values (:ticket:`33996`).