1. ==========================
    
  2. Django 3.2.9 release notes
    
  3. ==========================
    
  4. 
    
  5. *November 1, 2021*
    
  6. 
    
  7. Django 3.2.9 fixes a bug in 3.2.8 and adds compatibility with Python 3.10.
    
  8. 
    
  9. Bugfixes
    
  10. ========
    
  11. 
    
  12. * Fixed a bug in Django 3.2 that caused a migration crash on SQLite when
    
  13.   altering a field with a functional index (:ticket:`33194`).