Changes between Initial Version and Version 2 of Ticket #34921


Ignore:
Timestamp:
Oct 22, 2023, 2:44:55 AM (13 months ago)
Author:
David Sanders
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #34921 – Description

    initial v2  
    1 It's possible to crash the naive datetime warning in `DateTimeField.to_python()` by filtering an unbound datetime with a naive timstamp:
     1It's possible to crash the naive datetime warning in `DateTimeField.to_python()` by filtering an unbound datetime with a naive `date`:
    22
    33{{{
Back to Top