Changes between Initial Version and Version 1 of Ticket #32513, comment 8
- Timestamp:
- Mar 12, 2021, 8:33:46 AM (4 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #32513, comment 8
initial v1 8 8 * Django as a whole should declare that when `USE_TZ = False`, a user may never save a Timezone aware DateTime. 9 9 * That would involve adding checks to `BaseDatabaseOperations.adapt_datetimefield_value` and the PostgreSQL backend. 10 * It will also require documentation changes making this point explicitly clear as a design decision instead of database limitations.