1. ==========================
    
  2. Django 2.0.6 release notes
    
  3. ==========================
    
  4. 
    
  5. *June 1, 2018*
    
  6. 
    
  7. Django 2.0.6 fixes several bugs in 2.0.5.
    
  8. 
    
  9. Bugfixes
    
  10. ========
    
  11. 
    
  12. * Fixed a regression that broke custom template filters that use decorators
    
  13.   (:ticket:`29400`).
    
  14. 
    
  15. * Fixed detection of custom URL converters in included patterns
    
  16.   (:ticket:`29415`).
    
  17. 
    
  18. * Fixed a regression that added an unnecessary subquery to the ``GROUP BY``
    
  19.   clause on MySQL when using a ``RawSQL`` annotation (:ticket:`29416`).
    
  20. 
    
  21. * Fixed ``WKBWriter.write()`` and ``write_hex()`` for empty polygons on
    
  22.   GEOS 3.6.1+ (:ticket:`29460`).
    
  23. 
    
  24. * Fixed a regression in Django 1.10 that could result in large memory usage
    
  25.   when making edits using ``ModelAdmin.list_editable`` (:ticket:`28462`).