TypeError in date_parse.py

pestrella at gmail.com pestrella at gmail.com
Wed Sep 11 13:02:08 EDT 2013


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 

<QueryDict: {u'start_timestamp': [u'1378918630.398'],



More information about the Python-list mailing list