1. ==========================
    
  2. Django 2.1.4 release notes
    
  3. ==========================
    
  4. 
    
  5. *December 3, 2018*
    
  6. 
    
  7. Django 2.1.4 fixes several bugs in 2.1.3.
    
  8. 
    
  9. Bugfixes
    
  10. ========
    
  11. 
    
  12. * Corrected the default password list that ``CommonPasswordValidator`` uses by
    
  13.   lowercasing all passwords to match the format expected by the validator
    
  14.   (:ticket:`29952`).
    
  15. 
    
  16. * Prevented repetitive calls to ``geos_version_tuple()`` in the ``WKBWriter``
    
  17.   class in an attempt to fix a random crash involving ``LooseVersion``
    
  18.   (:ticket:`29959`).
    
  19. 
    
  20. * Fixed keep-alive support in ``runserver`` after it was disabled to fix
    
  21.   another issue in Django 2.0 (:ticket:`29849`).
    
  22. 
    
  23. * Fixed admin view-only change form crash when using
    
  24.   ``ModelAdmin.prepopulated_fields`` (:ticket:`29929`).
    
  25. 
    
  26. * Fixed "Please correct the errors below" error message when editing an object
    
  27.   in the admin if the user only has the "view" permission on inlines
    
  28.   (:ticket:`29930`).