diff options
| author | Chris McDonough <chrism@plope.com> | 2011-12-14 03:41:37 -0500 |
|---|---|---|
| committer | Chris McDonough <chrism@plope.com> | 2011-12-14 03:41:37 -0500 |
| commit | a1995a197b735b2d1bbf674a5a6a82c359b5131f (patch) | |
| tree | e9b7f2f8ee0c892bbf6d35cd5d377a0193cd67ef /CHANGES.txt | |
| parent | ec507ade5541e1e3949fd6020062e78d113e0ed8 (diff) | |
| parent | 4375cf2bad3535ce896e95fcf1e388e33f2e8ecf (diff) | |
| download | pyramid-a1995a197b735b2d1bbf674a5a6a82c359b5131f.tar.gz pyramid-a1995a197b735b2d1bbf674a5a6a82c359b5131f.tar.bz2 pyramid-a1995a197b735b2d1bbf674a5a6a82c359b5131f.zip | |
Merge branch 'feature.viewdefaults'
Diffstat (limited to 'CHANGES.txt')
| -rw-r--r-- | CHANGES.txt | 20 |
1 files changed, 20 insertions, 0 deletions
diff --git a/CHANGES.txt b/CHANGES.txt index 9cdaac5be..c979c4dc1 100644 --- a/CHANGES.txt +++ b/CHANGES.txt @@ -1,3 +1,23 @@ +Next release +============ + +Features +-------- + +- New API: ``pyramid.view.view_defaults``. If you use a class as a view, you + can use the new ``view_defaults`` class decorator on the class to provide + defaults to the view configuration information used by every + ``@view_config`` decorator that decorates a method of that class. It also + works against view configurations involving a class made imperatively. + +Documentation +------------- + +- Added documentation to "View Configuration" narrative documentation chapter + about ``view_defaults`` class decorator. + +- Added API docs for ``view_defaults`` class decorator. + 1.3a1 (2011-12-09) ================== |
