1. ============================
    
  2. Django 1.11.17 release notes
    
  3. ============================
    
  4. 
    
  5. *December 3, 2018*
    
  6. 
    
  7. Django 1.11.17 fixes several bugs in 1.11.16 and adds compatibility with
    
  8. Python 3.7.
    
  9. 
    
  10. Bugfixes
    
  11. ========
    
  12. 
    
  13. * Prevented repetitive calls to ``geos_version_tuple()`` in the ``WKBWriter``
    
  14.   class in an attempt to fix a random crash involving ``LooseVersion`` since
    
  15.   Django 1.11.14 (:ticket:`29959`).