Open michaelhiiva opened 3 years ago
Django fails when changing DATE because both the database and the AGAGD do not support datetimes with timezones.
The AGAGD supports localized time for each page.
USE_TZ
False
Summary of the Bug
Django fails when changing DATE because both the database and the AGAGD do not support datetimes with timezones.
Reference Issues
131
The Expected Behaviour
The AGAGD supports localized time for each page.
Notes
USE_TZ
toFalse
is not a solution to this issue.