data-driven-web-apps-with-flask icon indicating copy to clipboard operation
data-driven-web-apps-with-flask copied to clipboard

update view_modifiers

Open josh-thurston opened this issue 3 years ago • 2 comments

Based on email Michael sent me June 2020. Had to change the response function.

josh-thurston avatar Dec 27 '21 18:12 josh-thurston

Thanks @josh-thurston ! Remind me about the details of the change you're after there? Also, why object rather than Optional[str] (which is also an improvement on str):

... mimetype: object = None, template_file: object = None ...

mikeckennedy avatar Dec 28 '21 03:12 mikeckennedy

Dang, dead silence. I wish @josh-thurston would've reminded @mikeckennedy about the purposed change. I'm curious because I have had no problem with the way it is now and I love this design pattern. I have used it in multiple flask projects.

BigMoonTech avatar Sep 13 '22 16:09 BigMoonTech