Changes between Initial Version and Version 1 of Ticket #1443, comment 6


Ignore:
Timestamp:
Jul 26, 2018, 9:57:06 AM (6 years ago)
Author:
Tim Graham

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #1443, comment 6

    initial v1  
    11I'm also having problems with dates before 1900, using the current SVN version and newforms:
    2 
     2{{{
    33Traceback (most recent call last):
    44File "C:\Python25\lib\site-packages\django\core\handlers\base.py" in get_response
     
    1717  ValueError at /cadastro/clientes/8/
    1818  year=1000 is before 1900; the datetime strftime() methods require year >= 1900
     19}}}
Back to Top