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
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
2 matches
Mail list logo