I have a model with the field:
p=models.FloatField(null=True,blank=True)
that is a float but that can also be undefined...
when indexing with djapian I get this error:
File "/usr/local/lib/python2.6/dist-packages/djapian/indexer.py", line
55, in convert
value = '%.10f' % value
TypeError: float argument required, not NoneType
Original issue reported on code.google.com by sforne...@gmail.com on 4 Oct 2009 at 8:04
Original issue reported on code.google.com by
sforne...@gmail.com
on 4 Oct 2009 at 8:04