• dev
  • Documentation version: 5.1

Django 5.1.3 release notes

November 5, 2024

Django 5.1.3 fixes several bugs in 5.1.2 and adds compatibility with Python 3.13.

Bugfixes

  • Fixed a bug in Django 5.1 where DomainNameValidator accepted any input value that contained a valid domain name, rather than only input values that were a valid domain name (#35845).

  • Fixed a regression in Django 5.1 that prevented the use of DB-IP databases with GeoIP2 (#35841).

  • Fixed a regression in Django 5.1 where non-ASCII fieldset names were not displayed when rendering admin fieldsets (#35876).

Back to Top