1. ===========================
    
  2. Django 2.2.23 release notes
    
  3. ===========================
    
  4. 
    
  5. *May 13, 2021*
    
  6. 
    
  7. Django 2.2.23 fixes a regression in 2.2.21.
    
  8. 
    
  9. Bugfixes
    
  10. ========
    
  11. 
    
  12. * Fixed a regression in Django 2.2.21 where saving ``FileField`` would raise a
    
  13.   ``SuspiciousFileOperation`` even when a custom
    
  14.   :attr:`~django.db.models.FileField.upload_to` returns a valid file path
    
  15.   (:ticket:`32718`).