Changes between Initial Version and Version 1 of Ticket #35683


Ignore:
Timestamp:
Aug 15, 2024, 4:18:53 PM (5 weeks ago)
Author:
Liam DeVoe
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #35683 – Description

    initial v1  
    1616where make_naive is called from [https://github.com/django/django/blob/a57596e443ecb67140e1a9fc0f0e87446b2d0174/django/db/backends/sqlite3/operations.py#L269 here]. I would guess the overflow case for datetime.max is symmetric and similar as well.
    1717
    18 I have half an expectation that this will be a wontfix, but I figured I'd give a heads up here. I hope you'll forgive the lack of a django reproducer - I live in testing land and don't have a local django environment handy :). Hopefully the cause is clear and reproducible with vanilla django models.
     18I hope you'll forgive the lack of a django reproducer - I live in testing land and don't have a local django environment handy :). Hopefully the cause is clear and reproducible with vanilla django models.
Back to Top