January 4, 2017
Django 1.10.5 fixes several bugs in 1.10.4.
request.user
can’t be retrieved, such
as if the database is unavailable (#27567).JavaScriptCatalog
(#27418).timesince
and timeuntil
filters that caused
incorrect results for dates in a leap year (#27637).collectstatic
overwrote newer files in remote
storages (#27658).Jul 27, 2022