1. ===========================
    
  2. Django 1.11.9 release notes
    
  3. ===========================
    
  4. 
    
  5. *January 1, 2018*
    
  6. 
    
  7. Django 1.11.9 fixes several bugs in 1.11.8.
    
  8. 
    
  9. Bugfixes
    
  10. ========
    
  11. 
    
  12. * Fixed a regression in Django 1.11 that added newlines between ``MultiWidget``'s
    
  13.   subwidgets (:ticket:`28890`).
    
  14. 
    
  15. * Fixed incorrect class-based model index name generation for models with
    
  16.   quoted ``db_table`` (:ticket:`28876`).
    
  17. 
    
  18. * Fixed incorrect foreign key constraint name for models with quoted
    
  19.   ``db_table`` (:ticket:`28876`).
    
  20. 
    
  21. * Fixed a regression in caching of a ``GenericForeignKey`` when the referenced
    
  22.   model instance uses more than one level of multi-table inheritance
    
  23.   (:ticket:`28856`).