ergo / ziggurat_foundations

Framework agnostic set of sqlalchemy classes that make building applications that require permissions an easy task.
BSD 3-Clause "New" or "Revised" License
71 stars 22 forks source link

change set_request_property (deprecated) to add_request_method #64

Closed fmigneault closed 5 years ago

fmigneault commented 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

https://github.com/Pylons/pyramid/blob/9e3aeb68adc4a9b685a5d8c92c04ecdeba973143/pyramid/config/factories.py#L217-L229

ergo commented 5 years ago

Hey, Thanks for your controbution, can you sign the AUTHORS.rst file so I can merge it and make a new release. Thanks

fmigneault commented 5 years ago

@ergo done