5.0.2.txt 571 B

1234567891011121314151617181920
  1. ==========================
  2. Django 5.0.2 release notes
  3. ==========================
  4. *Expected February 5, 2024*
  5. Django 5.0.2 fixes several bugs in 5.0.1.
  6. Bugfixes
  7. ========
  8. * Reallowed, following a regression in Django 5.0.1, filtering against local
  9. foreign keys not included in :attr:`.ModelAdmin.list_filter`
  10. (:ticket:`35087`).
  11. * Fixed a regression in Django 5.0 where links in the admin had an incorrect
  12. color (:ticket:`35121`).
  13. * Fixed a bug in Django 5.0 that caused a crash of ``Model.full_clean()`` on
  14. models with a ``GeneratedField`` (:ticket:`35127`).