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

fix compatibility with pyramid < 1.4 #35

Closed
mmerickel opened this issue Apr 29, 2015 · 2 comments
Closed

fix compatibility with pyramid < 1.4 #35

mmerickel opened this issue Apr 29, 2015 · 2 comments

Comments

@mmerickel
Copy link
Member

1.4 introduced config.add_request_method. In 1.3 there was config.set_request_property and prior to that there was nothing. pyramid_tm is currently pinned at pyramid 1.2. AFAIK this feature is unreleased so we just need to add in some shims and preserving compatibility should be simple.

@mmerickel
Copy link
Member Author

LOL so apparently someone released pyramid_tm 0.11 without tagging it anywhere which is why I thought this was unreleased.

Anyway 0.11 breaks compatibility with any pyramid < 1.4.

@mmerickel
Copy link
Member Author

Fixed in 6843cd6 which will be in the 0.12 release.

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

1 participant