Changes between Version 4 and Version 5 of Ticket #23827


Ignore:
Timestamp:
Nov 15, 2014, 4:49:03 AM (10 years ago)
Author:
James Aylett
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #23827 – Description

    v4 v5  
    1 Per #22567, !FileSystemStorage returns naive datetimes (in the system TZ, although if you set TIME_ZONE in Django settings then this will change the system TZ). This should be documented so that others can interoperate (particularly important for staticfiles/collectstatic).
     1Per #22567, !FileSystemStorage returns naive datetimes (in the system TZ, although if you set TIME_ZONE in Django settings then this will usually set the system TZ). This should be documented so that others can interoperate (particularly important for staticfiles/collectstatic).
Back to Top