------------------
* Fixed profiling of Django admin pages (by removing profiling parameters
before executing the view)
* Convert the PYTHONPATH to absolute paths for the subprocess used to run
gprof2dot when generating call graphs (fixes problems loading setting files,
etc.)
* Correctly profile views which return a StreamingHttpResponse (up through
creation of the response, not including iteration over the content)