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
-~----------~----~----~----~------~----~------~--~---