1. ==========================
    
  2. Django 3.2.6 release notes
    
  3. ==========================
    
  4. 
    
  5. *August 2, 2021*
    
  6. 
    
  7. Django 3.2.6 fixes several bugs in 3.2.5.
    
  8. 
    
  9. Bugfixes
    
  10. ========
    
  11. 
    
  12. * Fixed a regression in Django 3.2 that caused a crash validating ``"NaN"``
    
  13.   input with a ``forms.DecimalField`` when additional constraints, e.g.
    
  14.   ``max_value``, were specified (:ticket:`32949`).
    
  15. 
    
  16. * Fixed a bug in Django 3.2 where a system check would crash on a model with a
    
  17.   reverse many-to-many relation inherited from a parent class
    
  18.   (:ticket:`32947`).