On 6/15/07, hotani <[EMAIL PROTECTED]> 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. >
http://code.djangoproject.com/wiki/BackwardsIncompatibleChanges#RenamedFloatFieldtoDecimalField If you are usign SVN it's a good idea to read that wiki page and/or follow the Trac timeline (http://code.djangoproject.com/timeline/). Regards, -- Ramiro Morales --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---