Changes between Initial Version and Version 2 of Ticket #23827


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

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #23827

    • Property Triage Stage UnreviewedAccepted
  • Ticket #23827 – Description

    initial v2  
    1 Per #22567, !FileSystemStorage returns naive datetimes (either in the system TZ or Django's; pending confirmation). 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 USE_TZ and 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).
Back to Top