1. ==========================
    
  2. Django 3.0.5 release notes
    
  3. ==========================
    
  4. 
    
  5. *April 1, 2020*
    
  6. 
    
  7. Django 3.0.5 fixes several bugs in 3.0.4.
    
  8. 
    
  9. Bugfixes
    
  10. ========
    
  11. 
    
  12. * Added the ability to handle ``.po`` files containing different plural
    
  13.   equations for the same language (:ticket:`30439`).
    
  14. 
    
  15. * Fixed a regression in Django 3.0 where ``QuerySet.values()`` and
    
  16.   ``values_list()`` crashed if a queryset contained an aggregation and
    
  17.   ``Subquery()`` annotation that collides with a field name (:ticket:`31377`).