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

showing more info on the request panel #241

Merged
merged 2 commits into from
Apr 21, 2016

Conversation

jvanasco
Copy link
Contributor

@jvanasco jvanasco commented Nov 5, 2015

This addresses issue #209

('cache_control', None, None),
('context', None, None),
('current_route_path', None, True),
('current_route_url', None, True),
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Remove these method calls and support for the is_execute_method please. 1) These 2 methods don't work when traversal is used and 2) these values are acquirable without using the methods (request.url and request.path if I remember right).

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Makes sense. Done.

The API docs for those 2 items should probably reference this with something like "If you simply want to read the current value, you might just want to use X".

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

Successfully merging this pull request may close these issues.

2 participants