Ok, I sort of found a solution. After much digging and looking at class dictionaries I found that i could manually update the dictionary self.base_fields.
self.base_fields['associated_files'] =self.__class__.associated_files It's seems that class attrs assigned in init do not get added to the declared fields dict which may be why they don't show in the self.base_fields. This should really be much easier. -- You received this message because you are subscribed to the Google Groups "Django users" group. To post to this group, send email to django-us...@googlegroups.com. To unsubscribe from this group, send email to django-users+unsubscr...@googlegroups.com. For more options, visit this group at http://groups.google.com/group/django-users?hl=en.