Read and respond to this message at: 
https://sourceforge.net/forum/message.php?msg_id=4567887
By: lmierzej

hi,
my problem is connected with pydev and django framework
Anyone using pydev with django?

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(Poll, pk=poll_id)
now when typing 'poll.' I get no code completion... :-(

Why is that? In SPE Python IDE both examples work just fine...
Does anyone use pydev and django and can check if he get proper code completion
after using 'get_object_or_404'?

Thank you advance!


______________________________________________________________________
You are receiving this email because you elected to monitor this forum.
To stop monitoring this forum, login to SourceForge.net and visit: 
https://sourceforge.net/forum/unmonitor.php?forum_id=293649

-------------------------------------------------------------------------
This SF.net email is sponsored by: Splunk Inc.
Still grepping through log files to find problems?  Stop.
Now Search log events and configuration files using AJAX and a browser.
Download your FREE copy of Splunk now >> http://get.splunk.com/
_______________________________________________
Pydev-users mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/pydev-users

Reply via email to