Django 4.1.5 release notesLink to this heading
January 2, 2023
Django 4.1.5 fixes a bug in 4.1.4. Also, the latest string translations from Transifex are incorporated.
버그 수정Link to this heading
Fixed a long standing bug in the
__lenlookup forArrayFieldthat caused a crash of model validation onMeta.constraints(#34205).