if it had a currency associated with it then you could do all sorts of
cool currency conversions/more finance oriented apps. Of course you
could always just use a float and have a seperate currency field.


> That's fine -- that's what we've always done. I'm not sure what the
> point of a DollarField would be, other than prepopulating
> decimal_places and max_digits. Would it do anything special, or would
> it just be a shortcut to meta.FloatField(decimal_places=2,
> max_digits=10)?

Reply via email to