I'd really like full support for cross referencing in Python, in particular in Django. I'm a bit of a n00b when it comes to emacs, but I love it dearly. I've used and been very impressed with the ada-mode in emacs and its cross referencing but that requires compilation artifacts. Is there a way to get emacs to do it with Python?
By "Cross Referencing" I mean that I can jump to the file containing a method definition from any reference in the project.