1. ==========================
    
  2. Django 3.2.8 release notes
    
  3. ==========================
    
  4. 
    
  5. *October 5, 2021*
    
  6. 
    
  7. Django 3.2.8 fixes two bugs in 3.2.7.
    
  8. 
    
  9. Bugfixes
    
  10. ========
    
  11. 
    
  12. * Fixed a bug in Django 3.2 that caused incorrect links on read-only fields in
    
  13.   the admin (:ticket:`33077`).
    
  14. 
    
  15. * Fixed a regression in Django 3.2 that caused incorrect selection of items
    
  16.   across all pages when actions were placed both on the top and bottom of the
    
  17.   admin change-list view (:ticket:`33083`).