1. ==========================
    
  2. Django 3.0.6 release notes
    
  3. ==========================
    
  4. 
    
  5. *May 4, 2020*
    
  6. 
    
  7. Django 3.0.6 fixes a bug in 3.0.5.
    
  8. 
    
  9. Bugfixes
    
  10. ========
    
  11. 
    
  12. * Fixed a regression in Django 3.0 that caused a crash when filtering a
    
  13.   ``Subquery()`` annotation of a queryset containing a single related field
    
  14.   against a ``SimpleLazyObject`` (:ticket:`31420`).