Changes between Initial Version and Version 1 of Ticket #32513, comment 8


Ignore:
Timestamp:
Mar 12, 2021, 8:33:46 AM (4 years ago)
Author:
Arthur Moore

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #32513, comment 8

    initial v1  
    88* Django as a whole should declare that when `USE_TZ = False`, a user may never save a Timezone aware DateTime.
    99  * 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.
Back to Top