mirror of
https://github.com/django/django.git
synced 2024-12-26 11:06:07 +00:00
719a14badc
Thanks Dan F for the report. Bug in667105877e
. Backport of2b1242abb3
from main
15 lines
348 B
Plaintext
15 lines
348 B
Plaintext
==========================
|
|
Django 4.1.6 release notes
|
|
==========================
|
|
|
|
*February 1, 2023*
|
|
|
|
Django 4.1.6 fixes a security issue with severity "moderate" and several bugs
|
|
in 4.1.5.
|
|
|
|
Bugfixes
|
|
========
|
|
|
|
* Fixed a bug in Django 4.1 that caused a crash of model validation on
|
|
``UniqueConstraint`` with ordered expressions (:ticket:`34291`).
|