Michael Merickel
2012-11-05 170124352a495438ef689d3376988bc8aefa8876
update changelog, close #627
2 files modified
7 ■■■■■ changed files
CHANGES.txt 5 ●●●●● patch | view | raw | blame | history
pyramid/config/views.py 2 ●●●●● patch | view | raw | blame | history
CHANGES.txt
@@ -37,6 +37,11 @@
  permit limited composition reuse of the decorator by other software that
  wants to provide custom decorators that are much like view_config.
- Allow an iterable of decorators to be passed to
  ``pyramid.config.Configurator.add_view``. This allows views to be wrapped
  by more than one decorator without requiring combining the decorators
  yourself.
Bug Fixes
---------
pyramid/config/views.py
@@ -868,6 +868,8 @@
          think about preserving function attributes such as ``__name__`` and
          ``__module__`` within decorator logic).
          Passing an iterable is only supported as of :app:`Pyramid` 1.4a4.
        mapper
          A Python object or :term:`dotted Python name` which refers to a