Changes between Initial Version and Version 1 of Ticket #30758


Ignore:
Timestamp:
Sep 4, 2019, 7:51:51 AM (5 years ago)
Author:
Mariusz Felisiak
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #30758 – Description

    initial v1  
    7474BaseTemporalField.to_python expects a string and runs .strip() which generates AttributeError and crashes.
    7575
    76 
     76{{{
    7777Traceback (most recent call last):
    7878  File "/Users/joakim/.pyenv/versions/3.5.2/lib/python3.5/site-packages/django/core/handlers/exception.py", line 34, in inner
     
    122122  File "/Users/joakim/.pyenv/versions/3.5.2/lib/python3.5/site-packages/django/forms/fields.py", line 379, in to_python
    123123    value = value.strip()
     124}}}
Back to Top