Re: Generic Inlines in Admin - Causes Parent model to disappear in Admin

2009-12-23 Thread Victor Hooi
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

Re: Generic Inlines in Admin - Causes Parent model to disappear in Admin

2009-12-23 Thread Daniel Roseman
On Dec 23, 5:41 am, Victor Hooi 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 t