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 (#%s27567).JavaScriptCatalog
(#%s27418).timesince
and timeuntil
filters that caused
incorrect results for dates in a leap year (#%s27637).collectstatic
overwrote newer files in remote
storages (#%s27658).Sep 26, 2023