Re: inspect models in view

2008-02-23 Thread Carl
Thanks, man! That helped me out! On 23 Feb., 01:54, Malcolm Tredinnick <[EMAIL PROTECTED]> wrote: > On Fri, 2008-02-22 at 16:49 -0800, Carl wrote: > > Hi there, > > > I don't find a solution to this problem even if it sounds quite simple > > to me. I want to inspect a model, that means a class de

Re: inspect models in view

2008-02-22 Thread Malcolm Tredinnick
On Fri, 2008-02-22 at 16:49 -0800, Carl wrote: > Hi there, > > I don't find a solution to this problem even if it sounds quite simple > to me. I want to inspect a model, that means a class derived from > django.db.models.Model in order to get it's fields and their types - > that's all! Look at

inspect models in view

2008-02-22 Thread Carl
Hi there, I don't find a solution to this problem even if it sounds quite simple to me. I want to inspect a model, that means a class derived from django.db.models.Model in order to get it's fields and their types - that's all! Anyone an idea? Thanks in advance! Carl --~--~-~--~~--