Document that datetime lookups require time zone definitions in the database.
In 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.
Pull Request: https://github.com/django/django/pull/11718
Change History
(4)
Description: |
modified (diff)
|
Owner: |
changed from nobody to Andrew Williams
|
Status: |
new → assigned
|
Summary: |
Make datetime timezone conversion notices more consistent → Document that datetime lookups require time zone definitions in the database.
|
Triage Stage: |
Unreviewed → Accepted
|
Resolution: |
→ fixed
|
Status: |
assigned → closed
|
In 29adcd2: