heya, Yeah, that was actually it...lol...how silly. Changed 'models' to 'model', works now =).
Thanks heaps for that. Otherwise, is this the right way of setting up these relationships, the way I'm doing it? And the right way to use the admin? Cheers, Victor On Dec 23, 10:16 pm, Daniel Roseman <[email protected]> wrote: > On Dec 23, 5:41 am, Victor Hooi <[email protected]> wrote: > > > class AddressInline(generic.GenericTabularInline): > > models = Address > > Is that just a typo here, or do you actually have it as 'models' in > your code? It should be 'model'. Change that and see if it fixes your > problem. > -- > DR. -- 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.

