1. ===========================
    
  2. Django 2.1.13 release notes
    
  3. ===========================
    
  4. 
    
  5. *October 1, 2019*
    
  6. 
    
  7. Django 2.1.13 fixes a regression in 2.1.11.
    
  8. 
    
  9. Bugfixes
    
  10. ========
    
  11. 
    
  12. * Fixed a crash when filtering with a ``Subquery()`` annotation of a queryset
    
  13.   containing ``django.contrib.postgres.fields.JSONField`` or
    
  14.   :class:`~django.contrib.postgres.fields.HStoreField` (:ticket:`30769`).