Float and Decimal are two different types. Float is used in scientific calculations, Decimal for accounting/financial applications. Decimal exists in Python but doesn't seem to be implemented in the Datastore.
Fred On Fri, Dec 5, 2008 at 14:58, lock <[EMAIL PROTECTED]> wrote: > > There is the FloatProperty, pretty sure that's what your after. > > > http://code.google.com/appengine/docs/datastore/typesandpropertyclasses.html#FloatProperty > > > > --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Google App Engine" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [EMAIL PROTECTED] For more options, visit this group at http://groups.google.com/group/google-appengine?hl=en -~----------~----~----~----~------~----~------~--~---
