Pylons / pyramid

Pyramid - A Python web framework
https://trypyramid.com/
Other
3.98k stars 887 forks source link

Update json.rst #3583

Closed DrPeryCox closed 4 years ago

DrPeryCox commented 4 years ago

view_defaults decorator stays the same, we only add new view_config decorator

stevepiercy commented 4 years ago

This revision does not make sense, but the original does. The view_defaults in the class are overridden.

@view_defaults(renderer='home.pt')
class TutorialViews:
stevepiercy commented 4 years ago

Closing this PR as nonsensical and no response from @DrPeryCox, who is welcome to create a new PR that does make sense.