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.


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