1. ==========================
    
  2. Django 3.2.3 release notes
    
  3. ==========================
    
  4. 
    
  5. *May 13, 2021*
    
  6. 
    
  7. Django 3.2.3 fixes several bugs in 3.2.2.
    
  8. 
    
  9. Bugfixes
    
  10. ========
    
  11. 
    
  12. * Prepared for ``mysqlclient`` > 2.0.3 support (:ticket:`32732`).
    
  13. 
    
  14. * Fixed a regression in Django 3.2 that caused the incorrect filtering of
    
  15.   querysets combined with the ``|`` operator (:ticket:`32717`).
    
  16. 
    
  17. * Fixed a regression in Django 3.2.1 where saving ``FileField`` would raise a
    
  18.   ``SuspiciousFileOperation`` even when a custom
    
  19.   :attr:`~django.db.models.FileField.upload_to` returns a valid file path
    
  20.   (:ticket:`32718`).