Changes between Initial Version and Version 1 of Ticket #30733


Ignore:
Timestamp:
Aug 27, 2019, 4:59:15 PM (5 years ago)
Author:
Andrew Williams
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #30733

    • Property Owner changed from nobody to Andrew Williams
    • Property Status newassigned
  • Ticket #30733 – Description

    initial v1  
    11In the QuerySet documentation, many of the APIs that work on datetime fields have a variation of the same notice indicating that when the USE_TZ setting is set to True, the database is used to do timezone conversions.  It'd be worth replacing these with the most helpful of the variations.
     2
     3Pull Request: https://github.com/django/django/pull/11718
Back to Top