[pylons-discuss] Pyramid 1.7.1 released

2016-08-15 Thread Michael Merickel
Pyramid 1.7.1 has been released. Here are the highlights: - Correct the column type used for page in the SQLAlchemy + URL Dispatch tutorial by changing it from Integer to Text. - Fix a bug in which the ``password_hash`` in the SQLAlchemy + URL Dispatch tutorial was sometimes being treated as

Re: [pylons-discuss] Pyramid 1.6.2 released

2016-08-15 Thread Steve Piercy
On 8/16/16 at 12:13 AM, mmeri...@gmail.com (Michael Merickel) pronounced: > A "What's New In Pyramid 1.6" document exists at > http://docs.pylonsproject.org/projects/pyramid/1.6-branch/whatsnew-1.6.html The correct URL is: http://docs.pylonsproject.org/projects/pyramid/en/1.6-branch/whatsnew-1.6.

[pylons-discuss] Pyramid 1.6.2 released

2016-08-15 Thread Michael Merickel
Pyramid 1.6.2 has been released. This is a bugfix release with some minor changes: - Fixed a bug in proutes such that it now shows the correct view with a class and attr is involved. - The JSON renderers now explicitly encode their result as utf-8. - Renderers will now warn the user and encode t