---
title: "Catatan terbitanDjango 5.1.3"
version: 6.1
locale: id
source: https://docs.djangoproject.com/id/6.1/releases/5.1.3/
canonical: https://djangodocs.dev/id/6.1/releases/5.1.3/
---
# Catatan terbitanDjango 5.1.3

*November 5, 2024*

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

## Perbaikan kesalahan

- Fixed a bug in Django 5.1 where
  [`DomainNameValidator`](/id/6.1/ref/validators/#django.core.validators.DomainNameValidator) accepted any input value
  that contained a valid domain name, rather than only input values that were a
  valid domain name ([#35845](https://code.djangoproject.com/ticket/35845)).
- Fixed a regression in Django 5.1 that prevented the use of DB-IP databases
  with [`GeoIP2`](/id/6.1/ref/contrib/gis/geoip2/#django.contrib.gis.geoip2.GeoIP2) ([#35841](https://code.djangoproject.com/ticket/35841)).
- Fixed a regression in Django 5.1 where non-ASCII fieldset names were not
  displayed when rendering admin fieldsets ([#35876](https://code.djangoproject.com/ticket/35876)).
