1. ===========================
    
  2. Django 1.10.6 release notes
    
  3. ===========================
    
  4. 
    
  5. *March 1, 2017*
    
  6. 
    
  7. Django 1.10.6 fixes several bugs in 1.10.5.
    
  8. 
    
  9. Bugfixes
    
  10. ========
    
  11. 
    
  12. * Fixed ``ClearableFileInput``’s "Clear" checkbox on model form fields where
    
  13.   the model field has a ``default`` (:ticket:`27805`).
    
  14. 
    
  15. * Fixed ``RequestDataTooBig`` and ``TooManyFieldsSent`` exceptions crashing
    
  16.   rather than generating a bad request response (:ticket:`27820`).
    
  17. 
    
  18. * Fixed a crash on Oracle and PostgreSQL when subtracting ``DurationField``
    
  19.   or ``IntegerField`` from ``DateField`` (:ticket:`27828`).
    
  20. 
    
  21. * Fixed query expression date subtraction accuracy on PostgreSQL for
    
  22.   differences larger than a month (:ticket:`27856`).
    
  23. 
    
  24. * Fixed a ``GDALException`` raised by ``GDALClose`` on GDAL ≥ 2.0
    
  25.   (:ticket:`27479`).