Path: csiph.com!v102.xanadu-bbs.net!xanadu-bbs.net!nntp.club.cc.cmu.edu!micro-heart-of-gold.mit.edu!bloom-beacon.mit.edu!panix!gordon From: John Gordon Newsgroups: comp.lang.python Subject: Re: TypeError in date_parse.py Date: Wed, 11 Sep 2013 17:09:03 +0000 (UTC) Organization: PANIX Public Access Internet and UNIX, NYC Lines: 20 Message-ID: References: <09d39e02-c741-4a46-b34f-551e11118e7b@googlegroups.com> <3d0038fd-00ec-4560-ab0d-06528f838026@googlegroups.com> NNTP-Posting-Host: panix3.panix.com X-Trace: reader1.panix.com 1378919343 21551 166.84.1.3 (11 Sep 2013 17:09:03 GMT) X-Complaints-To: abuse@panix.com NNTP-Posting-Date: Wed, 11 Sep 2013 17:09:03 +0000 (UTC) User-Agent: nn/6.7.3 Xref: csiph.com comp.lang.python:53979 In <3d0038fd-00ec-4560-ab0d-06528f838026@googlegroups.com> pestrella@gmail.com writes: > 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 >