Pyramid 1.7.1 released

31 views
Skip to first unread message

Michael Merickel

unread,
Aug 16, 2016, 1:29:11 AM8/16/16
to Pylons
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

You can install it via PyPI:

  pip install Pyramid==1.7

Enjoy, and please report any issues you find to the issue tracker at

Thanks!

- Pyramid core developers
Reply all
Reply to author
Forward
0 new messages