---
title: "Catatan terbitan Django 4.1.5"
version: 6.0
locale: id
source: https://docs.djangoproject.com/id/6.0/releases/4.1.5/
canonical: https://djangodocs.dev/id/6.0/releases/4.1.5/
---
# Catatan terbitan Django 4.1.5

*January 2, 2023*

Django 4.1.5 fixes a bug in 4.1.4. Also, the latest string translations from
Transifex are incorporated.

## Perbaikan kesalahan

- Fixed a long standing bug in the `__len` lookup for `ArrayField` that
  caused a crash of model validation on
  [`Meta.constraints`](/id/6.0/ref/models/options/#django.db.models.Options.constraints)
  ([#34205](https://code.djangoproject.com/ticket/34205)).
