[pylons-discuss] debugging JSON encoder issues

2021-03-15 Thread 'Jonathan Vanasco' via pylons-discuss
I've run into this same problem a few times in unittest. I'm hoping someone else has a better solution. 1. The test harness uses webtest.TestApp to mount the Pyramid application 2. A route has a payload with an object that can not be rendered into json 3. The traceback looks like the item

Re: [pylons-discuss] Pyramid 2.0: Only venusian callbacks with category 'pyramid' are called by default

2021-03-15 Thread Steve Piercy
Hi Estartu, Regarding the docs, I created an issue regarding the omission of Backward Incompatibilities and Documentation Enhancements from the What's New for Pyramid 2.0. We had those sections for 1.10, so I think it was an oversight. Thank you for pointing that out.

Re: [pylons-discuss] Pyramid 2.0: Only venusian callbacks with category 'pyramid' are called by default

2021-03-15 Thread Gerhard Schmidt
Hi Michael, for one pyramid_layout uses 'pyramid_layout' as category. So none of the panels and layouts get registered because of change. I don't know if there are other products right now because, I'm hunting these issues in many of my Products. I use different categories in my products