diff options
| author | Chris McDonough <chrism@plope.com> | 2011-12-14 03:41:03 -0500 |
|---|---|---|
| committer | Chris McDonough <chrism@plope.com> | 2011-12-14 03:41:03 -0500 |
| commit | 4375cf2bad3535ce896e95fcf1e388e33f2e8ecf (patch) | |
| tree | a89f3a497e446a65f5f7607b692f2732dadb1f4c /CHANGES.txt | |
| parent | 914abe3b0b5d4068d33050f4695c3a3f4a7ecf78 (diff) | |
| download | pyramid-4375cf2bad3535ce896e95fcf1e388e33f2e8ecf.tar.gz pyramid-4375cf2bad3535ce896e95fcf1e388e33f2e8ecf.tar.bz2 pyramid-4375cf2bad3535ce896e95fcf1e388e33f2e8ecf.zip | |
Flesh out new view_defaults feature and add docs, change notes, and add to whatsnew.
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) ================== |
