Re: TypeError in date_parse.py

2013-09-11 Thread pestrella
I think it's a float, I see in the code if request.method == "POST": end_timestamp = request.POST.get('end_timestamp', None) start_timestamp = request.POST.get('start_timestamp', None) and in the debug of django https://mail.python.org/mailman/listinfo/python-list

TypeError in date_parse.py

2013-09-11 Thread pestrella
Hello, I'm running an application using python 2.7 with django 1.5 and when posting a page I get the error "TypeError" I guess it is something related to timestamps? Below I paste part of the code I think is causing the problem and the stacktace I see Any help is welcome, Thanks! Paula ==