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
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)
You can install it via PyPI:
pip install pyramid==1.7a1
Enjoy, and please report any issues you find to the issue tracker at
Thanks!
- Michael