1. ==========================
    
  2. Django 2.1.8 release notes
    
  3. ==========================
    
  4. 
    
  5. *April 1, 2019*
    
  6. 
    
  7. Django 2.1.8 fixes a bug in 2.1.7.
    
  8. 
    
  9. Bugfixes
    
  10. ========
    
  11. 
    
  12. * Prevented admin inlines for a ``ManyToManyField``\'s implicit through model
    
  13.   from being editable if the user only has the view permission
    
  14.   (:ticket:`30289`).