Opened 13 years ago
Closed 13 years ago
#17808 closed Cleanup/optimization (fixed)
Improve the warning when fixtures containing naive datetimes are loaded with USE_TZ = True
Description (last modified by ) ¶
As discussed on django-developers.
Change History (3)
comment:1 by , 13 years ago
Description: | modified (diff) |
---|
comment:2 by , 13 years ago
Note:
See TracTickets
for help on using tickets.
This warning is emitted at the database layer. I can't provide a more specific error message in the serialization layer without breaking its architecture.
I'm going to add a note in the "Migration guide" of the time zone docs, and maybe also in the upcoming FAQ (#17738).