On Fri, 2007-06-15 at 22:40 +0000, hotani wrote:
> Full error:
> [__init__() got an unexpected keyword argument 'max_digits']
> 
> Just updated from svn today and when I tried a syncdb that is what
> happened. Is 'max_digits' not allowed anymore?
> 
> Here is an example straight from the model:
> fine = models.FloatField(max_digits=9, decimal_places=2, blank=True,
> null=True, default='0.00')
> 
> It is a currency field.

Learn to love the new DecimalField:

http://www.djangoproject.com/documentation/model-api/#decimalfield

FloatField now just represents a float in all its glorious imprecision.

Todd


--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"Django users" group.
To post to this group, send email to django-users@googlegroups.com
To unsubscribe from this group, send email to [EMAIL PROTECTED]
For more options, visit this group at 
http://groups.google.com/group/django-users?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to