1. ===========================
    
  2. Django 1.8.13 release notes
    
  3. ===========================
    
  4. 
    
  5. *May 2, 2016*
    
  6. 
    
  7. Django 1.8.13 fixes several bugs in 1.8.12.
    
  8. 
    
  9. Bugfixes
    
  10. ========
    
  11. 
    
  12. * Fixed ``TimeField`` microseconds round-tripping on MySQL and SQLite
    
  13.   (:ticket:`26498`).
    
  14. 
    
  15. * Restored conversion of an empty string to null when saving values of
    
  16.   ``GenericIPAddressField`` on SQLite and MySQL (:ticket:`26557`).