Changes between Initial Version and Version 1 of Ticket #1443, comment 6
- Timestamp:
- Jul 26, 2018, 9:57:06 AM (6 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #1443, comment 6
initial v1 1 1 I'm also having problems with dates before 1900, using the current SVN version and newforms: 2 2 {{{ 3 3 Traceback (most recent call last): 4 4 File "C:\Python25\lib\site-packages\django\core\handlers\base.py" in get_response … … 17 17 ValueError at /cadastro/clientes/8/ 18 18 year=1000 is before 1900; the datetime strftime() methods require year >= 1900 19 }}}