Pyramid 1.7b1 has been released. This is likely the last beta release. - A default permission set via ``config.set_default_permission`` will no longer be enforced on an exception view. This has been the case for a while with the default exception views (``config.add_notfound_view`` and ``config.add_forbidden_view``), however for any other exception view a developer had to remember to set ``permission=NO_PERMISSION_REQUIRED`` or be surprised when things didn't work. It is still possible to force a permission check on an exception view by setting the ``permission`` argument manually to ``config.add_view``. This behavior is consistent with the new CSRF features added in the 1.7 series.
A "What's New In Pyramid 1.7" document exists at http://docs.pylonsproject.org/projects/pyramid/en/1.7-branch/whatsnew-1.7.html . You will be able to see the 1.7 release documentation (across all alphas and betas, as well as when it eventually gets to final release) at http://docs.pylonsproject.org/projects/pyramid/1.7-branch/ . You can install it via PyPI: pip install pyramid==1.7b2 Enjoy, and please report any issues you find to the issue tracker at https://github.com/Pylons/pyramid/issues Thanks! -- You received this message because you are subscribed to the Google Groups "pylons-discuss" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To post to this group, send email to [email protected]. To view this discussion on the web visit https://groups.google.com/d/msgid/pylons-discuss/CAKdhhwEVYwQzLtX-HhQW39i5c6ujAGLsPB1Ozo0eN-uYzk%3Dcww%40mail.gmail.com. For more options, visit https://groups.google.com/d/optout.
