This is a follow on from my previous email. Things have got even stranger and unpredicable.
I dropped the table from the database and then ran syncdb to re-create a completely new and empty db. However I STILL cannot get the new fields to be recognized. All the previous fields are available. The shell confirmed that a new table had been created. I checked in the DB and in the Admin and both or these were working as expected. I added a new record on all the fields via the admin. In the shell I run the following to return the new record and return all the attributes. record = Product.objects.get(id=1). dir(record) This shows that I cannot access the extra fields that I added to the model. This is really shaking my confidence in the system and I'm not sure what else I can try. --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---