Account Options

  1. Sign in
The old Google Groups will be going away soon, but your browser is incompatible with the new version.
Google Groups Home
« Groups Home
Pyramid 1.4a2 released
There are currently too many topics in this group that display first. To make this topic appear first, remove this option from another topic.
There was an error processing your request. Please try again.
flag
  1 message - Collapse all  -  Translate all to Translated (View all originals)
The group you are posting to is a Usenet group. Messages posted to this group will make your email address visible to anyone on the Internet.
Your reply message has not been sent.
Your post was successful
 
From:
To:
Cc:
Followup To:
Add Cc | Add Followup-to | Edit Subject
Subject:
Validation:
For verification purposes please type the characters you see in the picture below or the numbers you hear by clicking the accessibility icon. Listen and type the numbers you hear
 
Chris McDonough  
View profile  
 More options Sep 27 2012, 11:46 am
From: Chris McDonough <chr...@plope.com>
Date: Thu, 27 Sep 2012 11:46:23 -0400
Local: Thurs, Sep 27 2012 11:46 am
Subject: Pyramid 1.4a2 released
Pyramid 1.4a2 has been released.  Here's what happened since the last
release in the 1.4 series (1.4a1):

  1.4a2 (2012-09-27)
  ==================

  Bug Fixes
  ---------

  - When trying to determine Mako defnames and Chameleon macro names
    in asset specifications, take into account that the filename may
    have a hyphen in it.  See
    https://github.com/Pylons/pyramid/pull/692

  Features
  --------

  - A new ``pyramid.session.check_csrf_token`` convenience function
    was added.

  - A ``check_csrf`` view predicate was added.  For example, you can
    now do ``config.add_view(someview, check_csrf=True)``.  When the
    predicate is checked, if the ``csrf_token`` value in
    ``request.params`` matches the CSRF token in the request's
    session, the view will be permitted to execute.  Otherwise, it
    will not be permitted to execute.

  - Add ``Base.metadata.bind = engine`` to alchemy template, so that
    tables defined imperatively will work.

  Documentation
  -------------

  - update wiki2 SQLA tutorial with the changes required after
    inserting ``Base.metadata.bind = engine`` into the alchemy
    scaffold.

A detailed "What's New in Pyramid 1.4" document is available at
http://docs.pylonsproject.org/projects/pyramid/en/1.4-branch/whatsnew...

Pyramid 1.4a1 requires Python 2.6, 2.7, 3.2 or 3.3.

The documentation for the release is available at
http://docs.pylonsproject.org/projects/pyramid/en/1.4-branch/ .

You can install it via PyPI:

  easy_install Pyramid==1.4a2

Enjoy, and please report any issues you find to the issue tracker at
https://github.com/Pylons/pyramid/issues

Thanks!

- C


 
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
End of messages
« Back to Discussions « Newer topic     Older topic »