Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Request object not passed in pipeline #419

Closed
shoooe opened this issue Oct 20, 2014 · 2 comments
Closed

Request object not passed in pipeline #419

shoooe opened this issue Oct 20, 2014 · 2 comments

Comments

@shoooe
Copy link

shoooe commented Oct 20, 2014

My pipeline doesn't receive the request object (the Django request object). What it receives is a dictionary request (at the very beginning of the pipeline), in the form:

MergeDict(<QueryDict: {}>, <QueryDict: {u'state': [u'somecode'], u'code': [u'somecode']}>)

Is this intended? If so, how can I access the original request object?

@omab
Copy link
Owner

omab commented Oct 23, 2014

The request is available at strategy.request when using the Django framework.

@omab omab closed this as completed Oct 23, 2014
@shoooe
Copy link
Author

shoooe commented Oct 23, 2014

Thanks.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants