What Django version are you using? Is that the SVN version? On Sep 25, 8:46 am, "[EMAIL PROTECTED]" <[EMAIL PROTECTED]> wrote: > i have a model with : > > score = models.DecimalField(max_digits=4, decimal_places=2, > blank=True, null=True) > > when i issue: python manage.py syncdb in command line, got this error: > > D:\djangopro\mysite>python manage.py syncdb > Error: One or more models did not validate: > mysite.places: __init__() got an unexpected keyword argument > 'max_digits' > > thanks!
--~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Django users" 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/django-users?hl=en -~----------~----~----~----~------~----~------~--~---

