• 4.1
  • 4.2
  • dev
  • Version de la documentation : 5.0

Django 4.1.5 release notes

January 2, 2023

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

Correction de bogues

  • Fixed a long standing bug in the __len lookup for ArrayField that caused a crash of model validation on Meta.constraints (#34205).
Back to Top