Pyramid 1.7a2 has been released. There are only a couple changes in this release:
- Fixed a show-stopping bug with the csrf origin checks. - Added a new config.set_default_csrf_options() API which replaces the previously announced "pyramid.require_default_csrf" setting. - CSRF checks are disabled by default on exception views but may be explicitly turned on. This should avoid having to add "require_csrf=False" to all of your exception views. 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.7a1 Enjoy, and please report any issues you find to the issue tracker at https://github.com/Pylons/pyramid/issues Thanks! - Michael -- 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/CAKdhhwEhfoYVKuHkXrML%3DXm1Ja-DSboH-CiPVC5zRX5Cq3ww3w%40mail.gmail.com. For more options, visit https://groups.google.com/d/optout.
