Closed fmigneault closed 5 years ago
set_request_property is deprecated since pyramid 1.5 but got removed only recently in 1.10 replace by the equivalent add_request_method which is available since 1.4
set_request_property
add_request_method
https://github.com/Pylons/pyramid/blob/9e3aeb68adc4a9b685a5d8c92c04ecdeba973143/pyramid/config/factories.py#L217-L229
Hey, Thanks for your controbution, can you sign the AUTHORS.rst file so I can merge it and make a new release. Thanks
@ergo done
set_request_property
is deprecated since pyramid 1.5 but got removed only recently in 1.10 replace by the equivalentadd_request_method
which is available since 1.4https://github.com/Pylons/pyramid/blob/9e3aeb68adc4a9b685a5d8c92c04ecdeba973143/pyramid/config/factories.py#L217-L229