1. ===========================
    
  2. Django 3.0.11 release notes
    
  3. ===========================
    
  4. 
    
  5. *November 2, 2020*
    
  6. 
    
  7. Django 3.0.11 fixes a regression in 3.0.7 and adds compatibility with Python
    
  8. 3.9.
    
  9. 
    
  10. Bugfixes
    
  11. ========
    
  12. 
    
  13. * Fixed a regression in Django 3.0.7 that didn't use ``Subquery()`` aliases in
    
  14.   the ``GROUP BY`` clause (:ticket:`32152`).