~james-w/python-timeline-django/timeline-factory

  • Committer: Ricardo Kirkner
  • Author(s): James Westby
  • Date: 2013-09-03 12:07:36 UTC
  • mfrom: (17.1.4 start-end-request)
  • Revision ID: ricardo.kirkner@canonical.com-20130903120736-hfwekrye1gp74ajj
Save the environ before sending the wsgi_request_started signal.

Code that listens to the wsgi_request_started signal may want to use the
environ, but instead of using the one passed to the signal, it may
call get_environ() to get the saved version. That has to be the
current request's environ, not any previous request, so save the environ
before triggering the signal.
Filename Latest Rev Last Changed Committer Comment Size
..
timeline_django 1.1.1 12 years ago James Westby Add the middleware that will save the timeline. Diff
.bzrignore 13.1.5 11 years ago Robert Collins Ignore more things. 76 bytes Diff Download File
.testr.conf 1.1.1 12 years ago James Westby Add the middleware that will save the timeline. 167 bytes Diff Download File
LICENSE 1.5.1 12 years ago James Westby Add a LICENSE file and copyright headers. 7.4 KB Diff Download File
NEWS 16 11 years ago James Westby Post-release version bump. 818 bytes Diff Download File
README 17 11 years ago James Westby Fix the README formatting. 4.6 KB Diff Download File
File setup.py 16 11 years ago James Westby Post-release version bump. 1.6 KB Diff Download File
File tarmac_tests.sh 8.2.2 12 years ago James Westby Don't error if the virtualenv doesn't exist. 255 bytes Diff Download File