diff options
| author | Chris McDonough <chrism@agendaless.com> | 2009-11-18 19:22:11 +0000 |
|---|---|---|
| committer | Chris McDonough <chrism@agendaless.com> | 2009-11-18 19:22:11 +0000 |
| commit | 621dd73419900400c806fddd9e11e9c57aca9b44 (patch) | |
| tree | 4f20b28d3b05b68b1ab66bdf334cffda1c44b823 /docs/whatsnew-1.1.rst | |
| parent | 57267a39be342ace47cccfcb481dcc407a48b0d7 (diff) | |
| download | pyramid-621dd73419900400c806fddd9e11e9c57aca9b44.tar.gz pyramid-621dd73419900400c806fddd9e11e9c57aca9b44.tar.bz2 pyramid-621dd73419900400c806fddd9e11e9c57aca9b44.zip | |
Another topic.
Diffstat (limited to 'docs/whatsnew-1.1.rst')
| -rw-r--r-- | docs/whatsnew-1.1.rst | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/docs/whatsnew-1.1.rst b/docs/whatsnew-1.1.rst index 5b8cfde04..1847bfc1c 100644 --- a/docs/whatsnew-1.1.rst +++ b/docs/whatsnew-1.1.rst @@ -43,6 +43,8 @@ The major feature additions of 1.1 are: - Commonly executed codepaths have been accelerated. +.. _view_predicates_in_1dot1: + View Predicates ~~~~~~~~~~~~~~~ @@ -168,6 +170,8 @@ True, the view will not be invoked, and view matching will continue, until all potential matches are exhausted (and the Not Found view is invoked). +.. _route_predicates_in_1dot1: + Route Predicates ~~~~~~~~~~~~~~~~ |
