5.1.6.txt 580 B

123456789101112131415161718
  1. ==========================
  2. Django 5.1.6 release notes
  3. ==========================
  4. *Expected February 5, 2025*
  5. Django 5.1.6 fixes several bugs in 5.1.5.
  6. Bugfixes
  7. ========
  8. * Fixed a regression in Django 5.1.5 that caused ``validate_ipv6_address()``
  9. and ``validate_ipv46_address()`` to crash when handling non-string values
  10. (:ticket:`36098`).
  11. * Fixed a regression in Django 5.1 where password fields, despite being set to
  12. ``required=False``, were still treated as required in forms derived from
  13. :class:`~django.contrib.auth.forms.BaseUserCreationForm` (:ticket:`36140`).