You tried, thanks! The errors I get come before any major piece of code. They come after some simple statements: OrderDetailForm = form_for_model(Order_Detail) f = OrderDetailForm() f.save() f.is_bound
which means my 0.96-pre (not a typo :) ) version might not be up to the challenge of newforms. I will upgrade to the development version and see if the errors go away. FYI, the FloatField I used was a class I created, not provided by Django, therefore it could take max_digits and decimal_places. Quick question, what is the difference between form_for_model, forms.form_for_model, and forms.models.form_for_model? I have seen all 3 in use. --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---