---
title: "Django 5.1.2 release notes"
version: 6.0
locale: en
source: https://docs.djangoproject.com/en/6.0/releases/5.1.2/
canonical: https://djangodocs.dev/en/6.0/releases/5.1.2/
---
# Django 5.1.2 release notes

*October 8, 2024*

Django 5.1.2 fixes several bugs in 5.1.1. Also, the latest string translations
from Transifex are incorporated.

## Bugfixes

- Fixed a regression in Django 5.1 that caused a crash when using the
  PostgreSQL lookup [`trigram_similar`](/en/6.0/ref/contrib/postgres/lookups/#std-fieldlookup-trigram_similar) on output fields from `Concat`
  ([#35732](https://code.djangoproject.com/ticket/35732)).
- Fixed a regression in Django 5.1 that caused a crash of `JSONObject()`
  when using server-side binding with PostgreSQL 16+ ([#35734](https://code.djangoproject.com/ticket/35734)).
- Fixed a regression in Django 5.1 that made selected items in multi-select
  widgets indistinguishable from non-selected items in the admin dark theme
  ([#35809](https://code.djangoproject.com/ticket/35809)).
