1. ===========================
    
  2. Django 3.1.11 release notes
    
  3. ===========================
    
  4. 
    
  5. *May 13, 2021*
    
  6. 
    
  7. Django 3.1.11 fixes a regression in 3.1.9.
    
  8. 
    
  9. Bugfixes
    
  10. ========
    
  11. 
    
  12. * Fixed a regression in Django 3.1.9 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`).