1. ===========================
    
  2. Django 1.10.5 release notes
    
  3. ===========================
    
  4. 
    
  5. *January 4, 2017*
    
  6. 
    
  7. Django 1.10.5 fixes several bugs in 1.10.4.
    
  8. 
    
  9. Bugfixes
    
  10. ========
    
  11. 
    
  12. * Fixed a crash in the debug view if ``request.user`` can't be retrieved, such
    
  13.   as if the database is unavailable (:ticket:`27567`).
    
  14. 
    
  15. * Fixed occasional missing plural forms in ``JavaScriptCatalog``
    
  16.   (:ticket:`27418`).
    
  17. 
    
  18. * Fixed a regression in the ``timesince`` and ``timeuntil`` filters that caused
    
  19.   incorrect results for dates in a leap year (:ticket:`27637`).
    
  20. 
    
  21. * Fixed a regression where ``collectstatic`` overwrote newer files in remote
    
  22.   storages (:ticket:`27658`).