1. ==========================
    
  2. Django 1.7.8 release notes
    
  3. ==========================
    
  4. 
    
  5. *May 1, 2015*
    
  6. 
    
  7. Django 1.7.8 fixes:
    
  8. 
    
  9. * Database introspection with SQLite 3.8.9 (released April 8, 2015)
    
  10.   (:ticket:`24637`).
    
  11. 
    
  12. * A database table name quoting regression in 1.7.2 (:ticket:`24605`).
    
  13. 
    
  14. * The loss of ``null``/``not null`` column properties during field alteration
    
  15.   of MySQL databases (:ticket:`24595`).