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 bytes instead of unicode. - Properly emit a ``DeprecationWarning`` for using ``pyramid.config.Configurator.set_request_property`` instead of ``pyramid.config.Configurator.add_request_method``. - Fixed bug in `proutes` such that it now shows the correct view when a class and `attr` is involved. - The JSON renderers now encode their result as UTF-8. - The renderers will now warn the user and encode the result as UTF-8 if a renderer returns a text type and the response does not have a valid character set. 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 can install it via PyPI: pip install Pyramid==1.7 Enjoy, and please report any issues you find to the issue tracker at https://github.com/Pylons/pyramid/issues Thanks! - Pyramid core developers -- 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/CAKdhhwF%2B_G9nf7JREQnobb%2Bs4u-NbFUpfKC0h9Zj22YxuOf-Qg%40mail.gmail.com. For more options, visit https://groups.google.com/d/optout.
