1. ==========================
    
  2. Django 4.1.5 release notes
    
  3. ==========================
    
  4. 
    
  5. *January 2, 2023*
    
  6. 
    
  7. Django 4.1.5 fixes a bug in 4.1.4. Also, the latest string translations from
    
  8. Transifex are incorporated.
    
  9. 
    
  10. Bugfixes
    
  11. ========
    
  12. 
    
  13. * Fixed a long standing bug in the ``__len`` lookup for ``ArrayField`` that
    
  14.   caused a crash of model validation on
    
  15.   :attr:`Meta.constraints <django.db.models.Options.constraints>`
    
  16.   (:ticket:`34205`).