5.0.4.txt 581 B

12345678910111213141516171819
  1. ==========================
  2. Django 5.0.4 release notes
  3. ==========================
  4. *Expected April 2, 2024*
  5. Django 5.0.4 fixes several bugs in 5.0.3.
  6. Bugfixes
  7. ========
  8. * Fixed a bug in Django 5.0 that caused a crash of ``Model.full_clean()`` on
  9. fields with expressions in ``db_default``. As a consequence,
  10. ``Model.full_clean()`` no longer validates for empty values in fields with
  11. ``db_default`` (:ticket:`35223`).
  12. * Fixed a regression in Django 5.0 where the ``AdminFileWidget`` could be
  13. rendered with two ``id`` attributes on the "Clear" checkbox
  14. (:ticket:`35273`).