1. ===========================
    
  2. Django 1.8.12 release notes
    
  3. ===========================
    
  4. 
    
  5. *April 1, 2016*
    
  6. 
    
  7. Django 1.8.12 fixes several bugs in 1.8.11.
    
  8. 
    
  9. Bugfixes
    
  10. ========
    
  11. 
    
  12. * Made ``MultiPartParser`` ignore filenames that normalize to an empty string
    
  13.   to fix crash in ``MemoryFileUploadHandler`` on specially crafted user input
    
  14.   (:ticket:`26325`).
    
  15. 
    
  16. * Fixed data loss on SQLite where ``DurationField`` values with fractional
    
  17.   seconds could be saved as ``None`` (:ticket:`26324`).
    
  18. 
    
  19. * Restored the functionality of the admin's ``raw_id_fields`` in
    
  20.   ``list_editable`` (:ticket:`26387`).