Re: pydev code completion problem

2007-10-14 Thread lmierzej
I guess it all is just not possible in dynamically typed language... On Oct 14, 3:07 pm, lmierzej <[EMAIL PROTECTED]> wrote: > hi, > in models.py I have Poll class... > > when in views.py I do: > poll = Poll() > then when typing 'poll.' (just after typing '.') I get full and proper > code complet

[django 0.96] pydev code completion problem

2007-10-14 Thread lmierzej
hi, in models.py I have Poll class... when in views.py I do: poll = Poll() then when typing 'poll.' (just after typing '.') I get full and proper code completion and that's just great... but when I have something like this in views.py: def poll(request, poll_id): poll = get_object_or_404(Pol