1. ============================
    
  2. Django 1.11.25 release notes
    
  3. ============================
    
  4. 
    
  5. *October 1, 2019*
    
  6. 
    
  7. Django 1.11.25 fixes a regression in 1.11.23.
    
  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`).